#CC7CA9

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

Shades of Hopbush #CC7CA9

Tints of Hopbush #CC7CA9

Color information

#CC7CA9 (or 0xCC7CA9) is unknown color: approx Hopbush. HEX triplet: CC, 7C and A9. RGB value is (204,124,169). Sum of RGB (Red+Green+Blue) = 204+124+169=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7CA9 is #338356. Grayscale: #989898. Windows color (decimal): -3375959 or 11107532. OLE color: 11107532.

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

Color convert

RGB204124169-
CMYK00.390.170.2
HSL326.25º43.96%64.31%-
HSV(B)326.25º39.22%80%-
XYZ39.2730.1241.28-
YUV153.05137164.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 124 (48.83% from 255) = 24.95%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=41.05%
G=24.95%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412416900.390.170.2326.2543.9664.31
HexCC7CA902711141462c40
Octal314174251047212450654100
Binary11001100111110010101001010011110001101001010001101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7CA9; }

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

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

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

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

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

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

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

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