#CC759C

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

Shades of Hopbush #CC759C

Tints of Hopbush #CC759C

Color information

#CC759C (or 0xCC759C) is unknown color: approx Hopbush. HEX triplet: CC, 75 and 9C. RGB value is (204,117,156). Sum of RGB (Red+Green+Blue) = 204+117+156=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC759C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC759C is #338A63. Grayscale: #939393. Windows color (decimal): -3377764 or 10253772. OLE color: 10253772.

HSL color Cylindrical-coordinate representation of color #CC759C: hue angle of 333.1º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC759C is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204117156-
CMYK00.430.240.2
HSL333.1º46.03%62.94%-
HSV(B)333.1º42.65%80%-
XYZ37.2627.9634.89-
YUV147.46132.82168.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 117 (46.09% from 255) = 24.53%
BLUE value IS 156 (61.33% from 255) = 32.70%
R=42.77%
G=24.53%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411715600.430.240.2333.146.0362.94
HexCC759C02B181414d2e3f
Octal31416523405330245155677
Binary1100110011101011001110001010111100010100101001101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC759C; }

 p { color: rgb(204,117,156); }

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

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

 a { background-color: rgb(204,117,156); }

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

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

 span { border-color: rgb(204,117,156); }

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