#CC6EA8

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

Shades of Hopbush #CC6EA8

Tints of Hopbush #CC6EA8

Color information

#CC6EA8 (or 0xCC6EA8) is unknown color: approx Hopbush. HEX triplet: CC, 6E and A8. RGB value is (204,110,168). Sum of RGB (Red+Green+Blue) = 204+110+168=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6EA8 is #339157. Grayscale: #909090. Windows color (decimal): -3379544 or 11038412. OLE color: 11038412.

HSL color Cylindrical-coordinate representation of color #CC6EA8: hue angle of 322.98º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6EA8 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB204110168-
CMYK00.460.180.2
HSL322.98º47.96%61.57%-
HSV(B)322.98º46.08%80%-
XYZ37.5526.8240.24-
YUV144.72141.14170.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=42.32%
G=22.82%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411016800.460.180.2322.9847.9661.57
HexCC6EA802E1214143303e
Octal31415625005622245036076
Binary1100110011011101010100001011101001010100101000011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EA8; }

 p { color: rgb(204,110,168); }

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

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

 a { background-color: rgb(204,110,168); }

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

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

 span { border-color: rgb(204,110,168); }

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