#CC6CA0

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

Shades of Hopbush #CC6CA0

Tints of Hopbush #CC6CA0

Color information

#CC6CA0 (or 0xCC6CA0) is unknown color: approx Hopbush. HEX triplet: CC, 6C and A0. RGB value is (204,108,160). Sum of RGB (Red+Green+Blue) = 204+108+160=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6CA0 is #33935F. Grayscale: #8E8E8E. Windows color (decimal): -3380064 or 10513612. OLE color: 10513612.

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

Color convert

RGB204108160-
CMYK00.470.220.2
HSL327.5º48.48%61.18%-
HSV(B)327.5º47.06%80%-
XYZ36.6126.136.37-
YUV142.63137.8171.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 108 (42.58% from 255) = 22.88%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=43.22%
G=22.88%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410816000.470.220.2327.548.4861.18
HexCC6CA002F1614148303d
Octal31415424005726245106075
Binary1100110011011001010000001011111011010100101001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6CA0; }

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

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

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

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

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

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

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

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