Html Css Color HEX #C8C1BC Pale Slate

📋 copy color: '#C8C1BC'

red 200 ◦ green 193 ◦ blue 188

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

Shades of Pale Slate #C8C1BC

Tints of Pale Slate #C8C1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.36%

R = 34.42%
G = 33.22%
B = 32.36%

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

#C8C1BC (or 0xC8C1BC) is known color: Pale Slate. HEX triplet: C8, C1 and BC. RGB value is (200,193,188). Sum of RGB (Red+Green+Blue) = 200+193+188=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1BC is #373E43. Grayscale: #C2C2C2. Windows color (decimal): -3620420 or 12370376. OLE color: 12370376.

HSL color Cylindrical-coordinate representation of color #C8C1BC: hue angle of 25º degrees, saturation: 0.1, 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 #C8C1BC is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 193 188 -
CMYK 0 0.04 0.06 0.22
HSL 25º 0.1% 0.76% -
HSV(B) 25º 0.06% 0.78% -
XYZ 51.97 54.05 55.27 -
YUV 194.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 200 193 188 0 0.04 0.06 0.22 25 0.1 0.76
Hex C8 C1 BC 0 4 6 16 19 A 4C
Octal 310 301 274 0 4 6 26 31 12 114
Binary 11001000 11000001 10111100 0 100 110 10110 11001 1010 1001100

Color Harmonies of #C8C1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1BC

Black with #C8C1BC

Text Example


Text Example

White with #C8C1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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