#CB7187

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

Shades of Charm #CB7187

Tints of Charm #CB7187

Color information

#CB7187 (or 0xCB7187) is unknown color: approx Charm. HEX triplet: CB, 71 and 87. RGB value is (203,113,135). Sum of RGB (Red+Green+Blue) = 203+113+135=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7187 is #348E78. Grayscale: #8E8E8E. Windows color (decimal): -3444345 or 8876491. OLE color: 8876491.

HSL color Cylindrical-coordinate representation of color #CB7187: hue angle of 345.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7187 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203113135-
CMYK00.440.330.20
HSL345.33º46.39%61.96%-
HSV(B)345.33º44.33%79.61%-
XYZ34.9126.2626.15-
YUV142.42123.82171.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=45.01%
G=25.06%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311313500.440.330.20345.3346.3961.96
HexCB718702C21141592e3e
Octal31316120705441245315676
Binary11001011111000110000111010110010000110100101011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7187; }

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

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

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

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

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

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

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

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