#C6B9B3

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

Shades of Pale Slate #C6B9B3

Tints of Pale Slate #C6B9B3

Color information

#C6B9B3 (or 0xC6B9B3) is unknown color: approx Pale Slate. HEX triplet: C6, B9 and B3. RGB value is (198,185,179). Sum of RGB (Red+Green+Blue) = 198+185+179=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B9B3 is #39464C. Grayscale: #BCBCBC. Windows color (decimal): -3753549 or 11778502. OLE color: 11778502.

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

Color convert

RGB198185179-
CMYK00.070.100.22
HSL18.95º14.29%73.92%-
HSV(B)18.95º9.6%77.65%-
XYZ48.7749.9649.72-
YUV188.2122.81134.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 179 (70.31% from 255) = 31.85%
R=35.23%
G=32.92%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818517900.070.100.2218.9514.2973.92
HexC6B9B307A1613e4a
Octal3062712630712262316112
Binary11000110101110011011001101111010101101001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B9B3; }

 p { color: rgb(198,185,179); }

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

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

 a { background-color: rgb(198,185,179); }

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

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

 span { border-color: rgb(198,185,179); }

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