#CC7CA2

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

Shades of Hopbush #CC7CA2

Tints of Hopbush #CC7CA2

Color information

#CC7CA2 (or 0xCC7CA2) is unknown color: approx Hopbush. HEX triplet: CC, 7C and A2. RGB value is (204,124,162). Sum of RGB (Red+Green+Blue) = 204+124+162=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7CA2 is #33835D. Grayscale: #989898. Windows color (decimal): -3375966 or 10648780. OLE color: 10648780.

HSL color Cylindrical-coordinate representation of color #CC7CA2: hue angle of 331.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CC7CA2 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB204124162-
CMYK00.390.210.2
HSL331.5º43.96%64.31%-
HSV(B)331.5º39.22%80%-
XYZ38.6329.8637.91-
YUV152.25133.5164.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 124 (48.83% from 255) = 25.31%
BLUE value IS 162 (63.67% from 255) = 33.06%
R=41.63%
G=25.31%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412416200.390.210.2331.543.9664.31
HexCC7CA2027151414c2c40
Octal314174242047252451454100
Binary11001100111110010100010010011110101101001010011001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CA2; }

 p { color: rgb(204,124,162); }

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

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

 a { background-color: rgb(204,124,162); }

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

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

 span { border-color: rgb(204,124,162); }

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