#CBC0B8

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

Shades of Pale Slate #CBC0B8

Tints of Pale Slate #CBC0B8

Color information

#CBC0B8 (or 0xCBC0B8) is unknown color: approx Pale Slate. HEX triplet: CB, C0 and B8. RGB value is (203,192,184). Sum of RGB (Red+Green+Blue) = 203+192+184=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0B8 is #343F47. Grayscale: #C2C2C2. Windows color (decimal): -3424072 or 12107979. OLE color: 12107979.

HSL color Cylindrical-coordinate representation of color #CBC0B8: hue angle of 25.26º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC0B8 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203192184-
CMYK00.050.090.20
HSL25.26º15.45%75.88%-
HSV(B)25.26º9.36%79.61%-
XYZ52.1353.8653-
YUV194.38122.14134.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 192 (75.39% from 255) = 33.16%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=35.06%
G=33.16%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319218400.050.090.2025.2615.4575.88
HexCBC0B80591419f4c
Octal3133002700511243117114
Binary11001011110000001011100001011001101001100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0B8; }

 p { color: rgb(203,192,184); }

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

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

 a { background-color: rgb(203,192,184); }

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

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

 span { border-color: rgb(203,192,184); }

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