#C4B6B0

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

Shades of Pale Slate #C4B6B0

Tints of Pale Slate #C4B6B0

Color information

#C4B6B0 (or 0xC4B6B0) is unknown color: approx Pale Slate. HEX triplet: C4, B6 and B0. RGB value is (196,182,176). Sum of RGB (Red+Green+Blue) = 196+182+176=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B6B0 is #3B494F. Grayscale: #B9B9B9. Windows color (decimal): -3885392 or 11581124. OLE color: 11581124.

HSL color Cylindrical-coordinate representation of color #C4B6B0: hue angle of 18º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4B6B0 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB196182176-
CMYK00.070.100.23
HSL18º14.49%72.94%-
HSV(B)18º10.2%76.86%-
XYZ47.3348.3347.91-
YUV185.5122.64135.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 182 (71.48% from 255) = 32.85%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=35.38%
G=32.85%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618217600.070.100.231814.4972.94
HexC4B6B007A1712e49
Octal3042662600712272216111
Binary11000100101101101011000001111010101111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B6B0; }

 p { color: rgb(196,182,176); }

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

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

 a { background-color: rgb(196,182,176); }

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

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

 span { border-color: rgb(196,182,176); }

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