Html Css Color HEX #C5BAB5 Pale Slate

📋 copy color: '#C5BAB5'

red 197 ◦ green 186 ◦ blue 181

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

Shades of Pale Slate #C5BAB5

Tints of Pale Slate #C5BAB5

RGB

 RED value IS 197 (77.34% from 255) = 34.93%

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

 BLUE value IS 181 (71.09% from 255) = 32.09%

R = 34.93%
G = 32.98%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C5BAB5 (or 0xC5BAB5) is known color: Pale Slate. HEX triplet: C5, BA and B5. RGB value is (197,186,181). Sum of RGB (Red+Green+Blue) = 197+186+181=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAB5 is #3A454A. Grayscale: #BCBCBC. Windows color (decimal): -3818827 or 11909829. OLE color: 11909829.

HSL color Cylindrical-coordinate representation of color #C5BAB5: hue angle of 18.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BAB5 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 181 -
CMYK 0 0.06 0.08 0.23
HSL 18.75º 0.12% 0.74% -
HSV(B) 18.75º 0.08% 0.77% -
XYZ 48.93 50.32 50.85 -
YUV 188.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 197 186 181 0 0.06 0.08 0.23 18.75 0.12 0.74
Hex C5 BA B5 0 6 8 17 13 C 4A
Octal 305 272 265 0 6 10 27 23 14 112
Binary 11000101 10111010 10110101 0 110 1000 10111 10011 1100 1001010

Color Harmonies of #C5BAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAB5

Black with #C5BAB5

Text Example


Text Example

White with #C5BAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAB5; }

 p { color: rgb(197,186,181); }

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

background-color css

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

 a { background-color: rgb(197,186,181); }

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

border-color css

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

 span { border-color: rgb(197,186,181); }

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