#CC6CAA

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

Shades of Hopbush #CC6CAA

Tints of Hopbush #CC6CAA

Color information

#CC6CAA (or 0xCC6CAA) is unknown color: approx Hopbush. HEX triplet: CC, 6C and AA. RGB value is (204,108,170). Sum of RGB (Red+Green+Blue) = 204+108+170=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6CAA is #339355. Grayscale: #8F8F8F. Windows color (decimal): -3380054 or 11168972. OLE color: 11168972.

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

Color convert

RGB204108170-
CMYK00.470.170.2
HSL321.25º48.48%61.18%-
HSV(B)321.25º47.06%80%-
XYZ37.5226.4641.16-
YUV143.77142.8170.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=42.32%
G=22.41%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410817000.470.170.2321.2548.4861.18
HexCC6CAA02F1114141303d
Octal31415425205721245016075
Binary1100110011011001010101001011111000110100101000001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6CAA; }

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

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

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

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

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

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

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

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