#C1B5B0

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

Shades of Pale Slate #C1B5B0

Tints of Pale Slate #C1B5B0

Color information

#C1B5B0 (or 0xC1B5B0) is unknown color: approx Pale Slate. HEX triplet: C1, B5 and B0. RGB value is (193,181,176). Sum of RGB (Red+Green+Blue) = 193+181+176=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B5B0 is #3E4A4F. Grayscale: #B8B8B8. Windows color (decimal): -4082256 or 11580865. OLE color: 11580865.

HSL color Cylindrical-coordinate representation of color #C1B5B0: hue angle of 17.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1B5B0 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193181176-
CMYK00.060.090.24
HSL17.65º12.06%72.35%-
HSV(B)17.65º8.81%75.69%-
XYZ46.3547.5247.8-
YUV184.02123.48134.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 181 (71.09% from 255) = 32.91%
BLUE value IS 176 (69.14% from 255) = 32%
R=35.09%
G=32.91%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318117600.060.090.2417.6512.0672.35
HexC1B5B00691812c48
Octal3012652600611302214110
Binary11000001101101011011000001101001110001001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B5B0; }

 p { color: rgb(193,181,176); }

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

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

 a { background-color: rgb(193,181,176); }

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

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

 span { border-color: rgb(193,181,176); }

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