#CB5F96

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

Shades of Hopbush #CB5F96

Tints of Hopbush #CB5F96

Color information

#CB5F96 (or 0xCB5F96) is unknown color: approx Hopbush. HEX triplet: CB, 5F and 96. RGB value is (203,95,150). Sum of RGB (Red+Green+Blue) = 203+95+150=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5F96 is #34A069. Grayscale: #858585. Windows color (decimal): -3448938 or 9854923. OLE color: 9854923.

HSL color Cylindrical-coordinate representation of color #CB5F96: hue angle of 329.44º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5F96 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB20395150-
CMYK00.530.260.20
HSL329.44º50.94%58.43%-
HSV(B)329.44º53.2%79.61%-
XYZ34.2323.0831.51-
YUV133.56137.28177.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=45.31%
G=21.21%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039515000.530.260.20329.4450.9458.43
HexCB5F960351A14149333a
Octal31313722606532245116372
Binary1100101110111111001011001101011101010100101001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5F96; }

 p { color: rgb(203,95,150); }

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

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

 a { background-color: rgb(203,95,150); }

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

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

 span { border-color: rgb(203,95,150); }

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