#CF6DA2

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

Shades of Hopbush #CF6DA2

Tints of Hopbush #CF6DA2

Color information

#CF6DA2 (or 0xCF6DA2) is unknown color: approx Hopbush. HEX triplet: CF, 6D and A2. RGB value is (207,109,162). Sum of RGB (Red+Green+Blue) = 207+109+162=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6DA2 is #30925D. Grayscale: #909090. Windows color (decimal): -3183198 or 10644943. OLE color: 10644943.

HSL color Cylindrical-coordinate representation of color #CF6DA2: hue angle of 327.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DA2 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB207109162-
CMYK00.470.220.19
HSL327.55º50.52%61.96%-
HSV(B)327.55º47.34%81.18%-
XYZ37.7226.8137.37-
YUV144.34137.97172.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.31%
GREEN value IS 109 (42.97% from 255) = 22.80%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=43.31%
G=22.80%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710916200.470.220.19327.5550.5261.96
HexCF6DA202F1613148333e
Octal31715524205726235106376
Binary1100111111011011010001001011111011010011101001000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6DA2; }

 p { color: rgb(207,109,162); }

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

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

 a { background-color: rgb(207,109,162); }

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

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

 span { border-color: rgb(207,109,162); }

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