#CBC0BB

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

Shades of Pale Slate #CBC0BB

Tints of Pale Slate #CBC0BB

Color information

#CBC0BB (or 0xCBC0BB) is unknown color: approx Pale Slate. HEX triplet: CB, C0 and BB. RGB value is (203,192,187). Sum of RGB (Red+Green+Blue) = 203+192+187=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0BB is #343F44. Grayscale: #C2C2C2. Windows color (decimal): -3424069 or 12304587. OLE color: 12304587.

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

Color convert

RGB203192187-
CMYK00.050.080.20
HSL18.75º13.33%76.47%-
HSV(B)18.75º7.88%79.61%-
XYZ52.4553.9854.67-
YUV194.72123.64133.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.88%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 187 (73.44% from 255) = 32.13%
R=34.88%
G=32.99%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319218700.050.080.2018.7513.3376.47
HexCBC0BB0581413d4c
Octal3133002730510242315114
Binary11001011110000001011101101011000101001001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0BB; }

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

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

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

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

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

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

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

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