Html Css Color HEX #C8BAB3 Pale Slate

📋 copy color: '#C8BAB3'

red 200 ◦ green 186 ◦ blue 179

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

Shades of Pale Slate #C8BAB3

Tints of Pale Slate #C8BAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.68%

R = 35.4%
G = 32.92%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C8BAB3 (or 0xC8BAB3) is known color: Pale Slate. HEX triplet: C8, BA and B3. RGB value is (200,186,179). Sum of RGB (Red+Green+Blue) = 200+186+179=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAB3 is #37454C. Grayscale: #BDBDBD. Windows color (decimal): -3622221 or 11778760. OLE color: 11778760.

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

Color convert

RGB 200 186 179 -
CMYK 0 0.07 0.10 0.22
HSL 20º 0.16% 0.74% -
HSV(B) 20º 0.11% 0.78% -
XYZ 49.52 50.65 49.81 -
YUV 189.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 200 186 179 0 0.07 0.10 0.22 20 0.16 0.74
Hex C8 BA B3 0 7 A 16 14 10 4A
Octal 310 272 263 0 7 12 26 24 20 112
Binary 11001000 10111010 10110011 0 111 1010 10110 10100 10000 1001010

Color Harmonies of #C8BAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAB3

Black with #C8BAB3

Text Example


Text Example

White with #C8BAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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