Html Css Color HEX #C8C1BB Pale Slate

📋 copy color: '#C8C1BB'

red 200 ◦ green 193 ◦ blue 187

#C8C1BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #C8C1BB

Tints of Pale Slate #C8C1BB

RGB

 RED value IS 200 (78.52% from 255) = 34.48%

 GREEN value IS 193 (75.78% from 255) = 33.28%

 BLUE value IS 187 (73.44% from 255) = 32.24%

R = 34.48%
G = 33.28%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C8C1BB (or 0xC8C1BB) is known color: Pale Slate. HEX triplet: C8, C1 and BB. RGB value is (200,193,187). Sum of RGB (Red+Green+Blue) = 200+193+187=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1BB is #373E44. Grayscale: #C2C2C2. Windows color (decimal): -3620421 or 12304840. OLE color: 12304840.

HSL color Cylindrical-coordinate representation of color #C8C1BB: hue angle of 27.69º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8C1BB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 193 187 -
CMYK 0 0.04 0.06 0.22
HSL 27.69º 0.11% 0.76% -
HSV(B) 27.69º 0.07% 0.78% -
XYZ 51.86 54.01 54.7 -
YUV 194.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 200 193 187 0 0.04 0.06 0.22 27.69 0.11 0.76
Hex C8 C1 BB 0 4 6 16 1C B 4C
Octal 310 301 273 0 4 6 26 34 13 114
Binary 11001000 11000001 10111011 0 100 110 10110 11100 1011 1001100

Color Harmonies of #C8C1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1BB

Black with #C8C1BB

Text Example


Text Example

White with #C8C1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1BB; }

 p { color: rgb(200,193,187); }

 H1.HeaderClassName
 {
   color: #C8C1BB;
 }
 .AnyTagClassName
 {
   color: #C8C1BB;
 }
</style>

background-color css

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

 a { background-color: rgb(200,193,187); }

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

border-color css

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

 span { border-color: rgb(200,193,187); }

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