Html Css Color HEX #C8C5C2 Pale Slate

📋 copy color: '#C8C5C2'

red 200 ◦ green 197 ◦ blue 194

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

Shades of Pale Slate #C8C5C2

Tints of Pale Slate #C8C5C2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.33%

 BLUE value IS 194 (76.17% from 255) = 32.83%

R = 33.84%
G = 33.33%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C8C5C2 (or 0xC8C5C2) is known color: Pale Slate. HEX triplet: C8, C5 and C2. RGB value is (200,197,194). Sum of RGB (Red+Green+Blue) = 200+197+194=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C5C2 is #373A3D. Grayscale: #C5C5C5. Windows color (decimal): -3619390 or 12764616. OLE color: 12764616.

HSL color Cylindrical-coordinate representation of color #C8C5C2: hue angle of 30º degrees, saturation: 0.05, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8C5C2 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 197 194 -
CMYK 0 0.02 0.03 0.22
HSL 30º 0.05% 0.77% -
HSV(B) 30º 0.03% 0.78% -
XYZ 53.52 56.11 59.05 -
YUV 197.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 200 197 194 0 0.02 0.03 0.22 30 0.05 0.77
Hex C8 C5 C2 0 2 3 16 1E 5 4D
Octal 310 305 302 0 2 3 26 36 5 115
Binary 11001000 11000101 11000010 0 10 11 10110 11110 101 1001101

Color Harmonies of #C8C5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C5C2

Black with #C8C5C2

Text Example


Text Example

White with #C8C5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C5C2; }

 p { color: rgb(200,197,194); }

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

background-color css

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

 a { background-color: rgb(200,197,194); }

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

border-color css

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

 span { border-color: rgb(200,197,194); }

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