#C2B9B4

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

Shades of Pale Slate #C2B9B4

Tints of Pale Slate #C2B9B4

Color information

#C2B9B4 (or 0xC2B9B4) is unknown color: approx Pale Slate. HEX triplet: C2, B9 and B4. RGB value is (194,185,180). Sum of RGB (Red+Green+Blue) = 194+185+180=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B9B4 is #3D464B. Grayscale: #BBBBBB. Windows color (decimal): -4015692 or 11844034. OLE color: 11844034.

HSL color Cylindrical-coordinate representation of color #C2B9B4: hue angle of 21.43º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2B9B4 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194185180-
CMYK00.050.070.24
HSL21.43º10.29%73.33%-
HSV(B)21.43º7.22%76.08%-
XYZ47.8449.4650.21-
YUV187.12123.98132.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=34.70%
G=33.09%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418518000.050.070.2421.4310.2973.33
HexC2B9B40571815a49
Octal302271264057302512111
Binary1100001010111001101101000101111110001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9B4; }

 p { color: rgb(194,185,180); }

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

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

 a { background-color: rgb(194,185,180); }

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

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

 span { border-color: rgb(194,185,180); }

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