#CB5E97

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

Shades of Hopbush #CB5E97

Tints of Hopbush #CB5E97

Color information

#CB5E97 (or 0xCB5E97) is unknown color: approx Hopbush. HEX triplet: CB, 5E and 97. RGB value is (203,94,151). Sum of RGB (Red+Green+Blue) = 203+94+151=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5E97 is #34A168. Grayscale: #848484. Windows color (decimal): -3449193 or 9920203. OLE color: 9920203.

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

Color convert

RGB20394151-
CMYK00.540.260.20
HSL328.62º51.17%58.24%-
HSV(B)328.62º53.69%79.61%-
XYZ34.2222.9431.9-
YUV133.09138.11177.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=45.31%
G=20.98%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039415100.540.260.20328.6251.1758.24
HexCB5E970361A14149333a
Octal31313622706632245116372
Binary1100101110111101001011101101101101010100101001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5E97; }

 p { color: rgb(203,94,151); }

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

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

 a { background-color: rgb(203,94,151); }

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

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

 span { border-color: rgb(203,94,151); }

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