#CC759D

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

Shades of Hopbush #CC759D

Tints of Hopbush #CC759D

Color information

#CC759D (or 0xCC759D) is unknown color: approx Hopbush. HEX triplet: CC, 75 and 9D. RGB value is (204,117,157). Sum of RGB (Red+Green+Blue) = 204+117+157=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC759D is #338A62. Grayscale: #939393. Windows color (decimal): -3377763 or 10319308. OLE color: 10319308.

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

Color convert

RGB204117157-
CMYK00.430.230.2
HSL332.41º46.03%62.94%-
HSV(B)332.41º42.65%80%-
XYZ37.3527.9935.33-
YUV147.57133.32168.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=42.68%
G=24.48%
B=32.85%

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
Decimal20411715700.430.230.2332.4146.0362.94
HexCC759D02B171414c2e3f
Octal31416523505327245145677
Binary1100110011101011001110101010111011110100101001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC759D; }

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

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

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

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

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

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

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

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