#CC5F90

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

Shades of Hopbush #CC5F90

Tints of Hopbush #CC5F90

Color information

#CC5F90 (or 0xCC5F90) is unknown color: approx Hopbush. HEX triplet: CC, 5F and 90. RGB value is (204,95,144). Sum of RGB (Red+Green+Blue) = 204+95+144=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5F90 is #33A06F. Grayscale: #858585. Windows color (decimal): -3383408 or 9461708. OLE color: 9461708.

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

Color convert

RGB20495144-
CMYK00.530.290.2
HSL333.03º51.66%58.63%-
HSV(B)333.03º53.43%80%-
XYZ34.0323.0429.04-
YUV133.18134.11178.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 144 (56.64% from 255) = 32.51%
R=46.05%
G=21.44%
B=32.51%

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
Decimal2049514400.530.290.2333.0351.6658.63
HexCC5F900351D1414d343b
Octal31413722006535245156473
Binary1100110010111111001000001101011110110100101001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5F90; }

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

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

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

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

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

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

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

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