#CC759E

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

Shades of Hopbush #CC759E

Tints of Hopbush #CC759E

Color information

#CC759E (or 0xCC759E) is unknown color: approx Hopbush. HEX triplet: CC, 75 and 9E. RGB value is (204,117,158). Sum of RGB (Red+Green+Blue) = 204+117+158=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC759E is #338A61. Grayscale: #939393. Windows color (decimal): -3377762 or 10384844. OLE color: 10384844.

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

Color convert

RGB204117158-
CMYK00.430.230.2
HSL331.72º46.03%62.94%-
HSV(B)331.72º42.65%80%-
XYZ37.4328.0335.78-
YUV147.69133.82168.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=42.59%
G=24.43%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411715800.430.230.2331.7246.0362.94
HexCC759E02B171414c2e3f
Octal31416523605327245145677
Binary1100110011101011001111001010111011110100101001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC759E; }

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

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

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

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

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

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

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

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