#CC5F91

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

Shades of Hopbush #CC5F91

Tints of Hopbush #CC5F91

Color information

#CC5F91 (or 0xCC5F91) is unknown color: approx Hopbush. HEX triplet: CC, 5F and 91. RGB value is (204,95,145). Sum of RGB (Red+Green+Blue) = 204+95+145=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5F91 is #33A06E. Grayscale: #858585. Windows color (decimal): -3383407 or 9527244. OLE color: 9527244.

HSL color Cylindrical-coordinate representation of color #CC5F91: hue angle of 332.48º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5F91 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB20495145-
CMYK00.530.290.2
HSL332.48º51.66%58.63%-
HSV(B)332.48º53.43%80%-
XYZ34.123.0729.44-
YUV133.29134.61178.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=45.95%
G=21.40%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049514500.530.290.2332.4851.6658.63
HexCC5F910351D1414c343b
Octal31413722106535245146473
Binary1100110010111111001000101101011110110100101001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F91; }

 p { color: rgb(204,95,145); }

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

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

 a { background-color: rgb(204,95,145); }

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

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

 span { border-color: rgb(204,95,145); }

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