#CB7186

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

Shades of Charm #CB7186

Tints of Charm #CB7186

Color information

#CB7186 (or 0xCB7186) is unknown color: approx Charm. HEX triplet: CB, 71 and 86. RGB value is (203,113,134). Sum of RGB (Red+Green+Blue) = 203+113+134=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7186 is #348E79. Grayscale: #8E8E8E. Windows color (decimal): -3444346 or 8810955. OLE color: 8810955.

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

Color convert

RGB203113134-
CMYK00.440.340.20
HSL346º46.39%61.96%-
HSV(B)346º44.33%79.61%-
XYZ34.8426.2325.78-
YUV142.3123.32171.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=45.11%
G=25.11%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311313400.440.340.2034646.3961.96
HexCB718602C221415a2e3e
Octal31316120605442245325676
Binary11001011111000110000110010110010001010100101011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7186; }

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

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

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

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

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

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

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

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