#CBC4BE

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

Shades of Pale Slate #CBC4BE

Tints of Pale Slate #CBC4BE

Color information

#CBC4BE (or 0xCBC4BE) is unknown color: approx Pale Slate. HEX triplet: CB, C4 and BE. RGB value is (203,196,190). Sum of RGB (Red+Green+Blue) = 203+196+190=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4BE is #343B41. Grayscale: #C5C5C5. Windows color (decimal): -3423042 or 12502219. OLE color: 12502219.

HSL color Cylindrical-coordinate representation of color #CBC4BE: hue angle of 27.69º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC4BE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203196190-
CMYK00.030.060.20
HSL27.69º11.11%77.06%-
HSV(B)27.69º6.4%79.61%-
XYZ53.6655.8956.68-
YUV197.41123.82131.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.47%
GREEN value IS 196 (76.95% from 255) = 33.28%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=34.47%
G=33.28%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319619000.030.060.2027.6911.1177.06
HexCBC4BE036141cb4d
Octal313304276036243413115
Binary110010111100010010111110011110101001110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4BE; }

 p { color: rgb(203,196,190); }

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

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

 a { background-color: rgb(203,196,190); }

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

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

 span { border-color: rgb(203,196,190); }

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