#cc5f92

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

Shades of Hopbush #CC5F92

Tints of Hopbush #CC5F92

Color information

#CC5F92 (or 0xCC5F92) is unknown color: approx Hopbush. HEX triplet: CC, 5F and 92. RGB value is (204,95,146). Sum of RGB (Red+Green+Blue) = 204+95+146=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5F92 is #33A06D. Grayscale: #858585. Windows color (decimal): -3383406 or 9592780. OLE color: 9592780.

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

Color convert

RGB20495146-
CMYK00.530.280.2
HSL331.93º51.66%58.63%-
HSV(B)331.93º53.43%80%-
XYZ34.1823.129.85-
YUV133.4135.11178.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=45.84%
G=21.35%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049514600.530.280.2331.9351.6658.63
HexCC5F920351C1414c343b
Octal31413722206534245146473
Binary1100110010111111001001001101011110010100101001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5f92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5f92; }

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

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

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

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

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

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

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

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