#CBC2BE

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

Shades of Pale Slate #CBC2BE

Tints of Pale Slate #CBC2BE

Color information

#CBC2BE (or 0xCBC2BE) is unknown color: approx Pale Slate. HEX triplet: CB, C2 and BE. RGB value is (203,194,190). Sum of RGB (Red+Green+Blue) = 203+194+190=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 190 (74.61% from 255 or 32.37% from 587); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2BE is #343D41. Grayscale: #C4C4C4. Windows color (decimal): -3423554 or 12501707. OLE color: 12501707.

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

Color convert

RGB203194190-
CMYK00.040.060.20
HSL18.46º11.11%77.06%-
HSV(B)18.46º6.4%79.61%-
XYZ53.215556.53-
YUV196.24124.48132.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.58%
GREEN value IS 194 (76.17% from 255) = 33.05%
BLUE value IS 190 (74.61% from 255) = 32.37%
R=34.58%
G=33.05%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319419000.040.060.2018.4611.1177.06
HexCBC2BE0461412b4d
Octal313302276046242213115
Binary1100101111000010101111100100110101001001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2BE; }

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

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

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

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

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

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

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

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