#CF6290

Color #CF6290 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CF6290

Tints of Hopbush #CF6290

Color information

#CF6290 (or 0xCF6290) is unknown color: approx Hopbush. HEX triplet: CF, 62 and 90. RGB value is (207,98,144). Sum of RGB (Red+Green+Blue) = 207+98+144=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6290 is #309D6F. Grayscale: #878787. Windows color (decimal): -3186032 or 9462479. OLE color: 9462479.

HSL color Cylindrical-coordinate representation of color #CF6290: hue angle of 334.68º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6290 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB20798144-
CMYK00.530.300.19
HSL334.68º53.17%59.8%-
HSV(B)334.68º52.66%81.18%-
XYZ35.1324.0129.17-
YUV135.84132.61178.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=46.10%
G=21.83%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079814400.530.300.19334.6853.1759.8
HexCF62900351E1314f353c
Octal31714222006536235176574
Binary1100111111000101001000001101011111010011101001111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6290; }

 p { color: rgb(207,98,144); }

 H1.HeaderClassName
 {
   color: #CF6290;
 }
 .AnyTagClassName
 {
   color: #CF6290;
 }
</style>
background-color css

<style>
 a { background-color: #CF6290; }

 a { background-color: rgb(207,98,144); }

 div.DivClassName
 {
   background-color: #CF6290;
 }
 .BgClassName
 {
   background-color: #CF6290;
 }
</style>
border-color css

<style>
 span { border-color: #CF6290; }

 span { border-color: rgb(207,98,144); }

 td.TdClassName
 {
   border-color: #CF6290;
 }
 .TagClassName
 {
   border-color: #CF6290;
 }
</style>