#CB8286

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

Shades of Charm #CB8286

Tints of Charm #CB8286

Color information

#CB8286 (or 0xCB8286) is unknown color: approx Charm. HEX triplet: CB, 82 and 86. RGB value is (203,130,134). Sum of RGB (Red+Green+Blue) = 203+130+134=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8286 is #347D79. Grayscale: #989898. Windows color (decimal): -3439994 or 8815307. OLE color: 8815307.

HSL color Cylindrical-coordinate representation of color #CB8286: hue angle of 356.71º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8286 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB203130134-
CMYK00.360.340.20
HSL356.71º41.24%65.29%-
HSV(B)356.71º35.96%79.61%-
XYZ36.9130.3826.47-
YUV152.28117.68164.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.47%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=43.47%
G=27.84%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313013400.360.340.20356.7141.2465.29
HexCB828602422141652941
Octal313202206044422454551101
Binary1100101110000010100001100100100100010101001011001011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8286; }

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

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

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

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

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

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

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

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