Html Css Color HEX #C8BAB4 Pale Slate

📋 copy color: '#C8BAB4'

red 200 ◦ green 186 ◦ blue 180

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

Shades of Pale Slate #C8BAB4

Tints of Pale Slate #C8BAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 35.34%
G = 32.86%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C8BAB4 (or 0xC8BAB4) is known color: Pale Slate. HEX triplet: C8, BA and B4. RGB value is (200,186,180). Sum of RGB (Red+Green+Blue) = 200+186+180=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BAB4 is #37454B. Grayscale: #BDBDBD. Windows color (decimal): -3622220 or 11844296. OLE color: 11844296.

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

Color convert

RGB 200 186 180 -
CMYK 0 0.07 0.1 0.22
HSL 18º 0.15% 0.75% -
HSV(B) 18º 0.1% 0.78% -
XYZ 49.62 50.69 50.35 -
YUV 189.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 200 186 180 0 0.07 0.1 0.22 18 0.15 0.75
Hex C8 BA B4 0 7 A 16 12 F 4B
Octal 310 272 264 0 7 12 26 22 17 113
Binary 11001000 10111010 10110100 0 111 1010 10110 10010 1111 1001011

Color Harmonies of #C8BAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAB4

Black with #C8BAB4

Text Example


Text Example

White with #C8BAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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