Html Css Color HEX #C8BAB0 Pale Slate

📋 copy color: '#C8BAB0'

red 200 ◦ green 186 ◦ blue 176

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

Shades of Pale Slate #C8BAB0

Tints of Pale Slate #C8BAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.1%

 BLUE value IS 176 (69.14% from 255) = 31.32%

R = 35.59%
G = 33.1%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C8BAB0 (or 0xC8BAB0) is known color: Pale Slate. HEX triplet: C8, BA and B0. RGB value is (200,186,176). Sum of RGB (Red+Green+Blue) = 200+186+176=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAB0 is #37454F. Grayscale: #BDBDBD. Windows color (decimal): -3622224 or 11582152. OLE color: 11582152.

HSL color Cylindrical-coordinate representation of color #C8BAB0: hue angle of 25º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BAB0 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 176 -
CMYK 0 0.07 0.12 0.22
HSL 25º 0.18% 0.74% -
HSV(B) 25º 0.12% 0.78% -
XYZ 49.21 50.53 48.23 -
YUV 189.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 200 186 176 0 0.07 0.12 0.22 25 0.18 0.74
Hex C8 BA B0 0 7 C 16 19 12 4A
Octal 310 272 260 0 7 14 26 31 22 112
Binary 11001000 10111010 10110000 0 111 1100 10110 11001 10010 1001010

Color Harmonies of #C8BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAB0

Black with #C8BAB0

Text Example


Text Example

White with #C8BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAB0; }

 p { color: rgb(200,186,176); }

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

background-color css

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

 a { background-color: rgb(200,186,176); }

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

border-color css

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

 span { border-color: rgb(200,186,176); }

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