Html Css Color HEX #C8C0BD Pale Slate

📋 copy color: '#C8C0BD'

red 200 ◦ green 192 ◦ blue 189

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

Shades of Pale Slate #C8C0BD

Tints of Pale Slate #C8C0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.05%

 BLUE value IS 189 (74.22% from 255) = 32.53%

R = 34.42%
G = 33.05%
B = 32.53%

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

#C8C0BD (or 0xC8C0BD) is known color: Pale Slate. HEX triplet: C8, C0 and BD. RGB value is (200,192,189). Sum of RGB (Red+Green+Blue) = 200+192+189=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0BD is #373F42. Grayscale: #C2C2C2. Windows color (decimal): -3620675 or 12435656. OLE color: 12435656.

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

Color convert

RGB 200 192 189 -
CMYK 0 0.04 0.06 0.22
HSL 16.36º 0.09% 0.76% -
HSV(B) 16.36º 0.06% 0.78% -
XYZ 51.85 53.65 55.77 -
YUV 194.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 200 192 189 0 0.04 0.06 0.22 16.36 0.09 0.76
Hex C8 C0 BD 0 4 6 16 10 9 4C
Octal 310 300 275 0 4 6 26 20 11 114
Binary 11001000 11000000 10111101 0 100 110 10110 10000 1001 1001100

Color Harmonies of #C8C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C0BD

Black with #C8C0BD

Text Example


Text Example

White with #C8C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C0BD; }

 p { color: rgb(200,192,189); }

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

background-color css

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

 a { background-color: rgb(200,192,189); }

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

border-color css

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

 span { border-color: rgb(200,192,189); }

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