#CC5F9E

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

Shades of Hopbush #CC5F9E

Tints of Hopbush #CC5F9E

Color information

#CC5F9E (or 0xCC5F9E) is unknown color: approx Hopbush. HEX triplet: CC, 5F and 9E. RGB value is (204,95,158). Sum of RGB (Red+Green+Blue) = 204+95+158=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5F9E is #33A061. Grayscale: #868686. Windows color (decimal): -3383394 or 10379212. OLE color: 10379212.

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

Color convert

RGB20495158-
CMYK00.530.230.2
HSL325.32º51.66%58.63%-
HSV(B)325.32º53.43%80%-
XYZ35.1723.4935.03-
YUV134.77141.11177.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 95 (37.5% from 255) = 20.79%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=44.64%
G=20.79%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049515800.530.230.2325.3251.6658.63
HexCC5F9E0351714145343b
Octal31413723606527245056473
Binary1100110010111111001111001101011011110100101000101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F9E; }

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

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

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

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

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

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

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

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