Html Css Color HEX #C8C0BB Pale Slate

📋 copy color: '#C8C0BB'

red 200 ◦ green 192 ◦ blue 187

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

Shades of Pale Slate #C8C0BB

Tints of Pale Slate #C8C0BB

RGB

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

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

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

R = 34.54%
G = 33.16%
B = 32.3%

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

#C8C0BB (or 0xC8C0BB) is known color: Pale Slate. HEX triplet: C8, C0 and BB. RGB value is (200,192,187). Sum of RGB (Red+Green+Blue) = 200+192+187=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0BB is #373F44. Grayscale: #C1C1C1. Windows color (decimal): -3620677 or 12304584. OLE color: 12304584.

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

Color convert

RGB 200 192 187 -
CMYK 0 0.04 0.06 0.22
HSL 23.08º 0.11% 0.76% -
HSV(B) 23.08º 0.07% 0.78% -
XYZ 51.64 53.57 54.63 -
YUV 193.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 200 192 187 0 0.04 0.06 0.22 23.08 0.11 0.76
Hex C8 C0 BB 0 4 6 16 17 B 4C
Octal 310 300 273 0 4 6 26 27 13 114
Binary 11001000 11000000 10111011 0 100 110 10110 10111 1011 1001100

Color Harmonies of #C8C0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C0BB

Black with #C8C0BB

Text Example


Text Example

White with #C8C0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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