#CF6CA6

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

Shades of Hopbush #CF6CA6

Tints of Hopbush #CF6CA6

Color information

#CF6CA6 (or 0xCF6CA6) is unknown color: approx Hopbush. HEX triplet: CF, 6C and A6. RGB value is (207,108,166). Sum of RGB (Red+Green+Blue) = 207+108+166=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6CA6 is #309359. Grayscale: #909090. Windows color (decimal): -3183450 or 10906831. OLE color: 10906831.

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

Color convert

RGB207108166-
CMYK00.480.200.19
HSL324.85º50.77%61.76%-
HSV(B)324.85º47.83%81.18%-
XYZ37.9826.7439.24-
YUV144.21140.3172.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=43.04%
G=22.45%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710816600.480.200.19324.8550.7761.76
HexCF6CA60301413145333e
Octal31715424606024235056376
Binary1100111111011001010011001100001010010011101000101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6CA6; }

 p { color: rgb(207,108,166); }

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

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

 a { background-color: rgb(207,108,166); }

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

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

 span { border-color: rgb(207,108,166); }

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