#CB5D87

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

Shades of Hopbush #CB5D87

Tints of Hopbush #CB5D87

Color information

#CB5D87 (or 0xCB5D87) is unknown color: approx Hopbush. HEX triplet: CB, 5D and 87. RGB value is (203,93,135). Sum of RGB (Red+Green+Blue) = 203+93+135=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5D87 is #34A278. Grayscale: #828282. Windows color (decimal): -3449465 or 8871371. OLE color: 8871371.

HSL color Cylindrical-coordinate representation of color #CB5D87: hue angle of 337.09º 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 #CB5D87 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB20393135-
CMYK00.540.330.20
HSL337.09º51.4%58.04%-
HSV(B)337.09º54.19%79.61%-
XYZ32.9222.2725.49-
YUV130.68130.44179.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 93 (36.72% from 255) = 21.58%
BLUE value IS 135 (53.12% from 255) = 31.32%
R=47.10%
G=21.58%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039313500.540.330.20337.0951.458.04
HexCB5D870362114151333a
Octal31313520706641245216372
Binary11001011101110110000111011011010000110100101010001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D87; }

 p { color: rgb(203,93,135); }

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

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

 a { background-color: rgb(203,93,135); }

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

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

 span { border-color: rgb(203,93,135); }

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