#CC6EA0

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

Shades of Hopbush #CC6EA0

Tints of Hopbush #CC6EA0

Color information

#CC6EA0 (or 0xCC6EA0) is unknown color: approx Hopbush. HEX triplet: CC, 6E and A0. RGB value is (204,110,160). Sum of RGB (Red+Green+Blue) = 204+110+160=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6EA0 is #33915F. Grayscale: #8F8F8F. Windows color (decimal): -3379552 or 10514124. OLE color: 10514124.

HSL color Cylindrical-coordinate representation of color #CC6EA0: hue angle of 328.09º 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 #CC6EA0 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204110160-
CMYK00.460.220.2
HSL328.09º47.96%61.57%-
HSV(B)328.09º46.08%80%-
XYZ36.8226.5336.44-
YUV143.81137.14170.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.04%
GREEN value IS 110 (43.36% from 255) = 23.21%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=43.04%
G=23.21%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411016000.460.220.2328.0947.9661.57
HexCC6EA002E1614148303e
Octal31415624005626245106076
Binary1100110011011101010000001011101011010100101001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6EA0; }

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

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

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

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

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

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

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

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