Html Css Color HEX #C5BAB3 Pale Slate

📋 copy color: '#C5BAB3'

red 197 ◦ green 186 ◦ blue 179

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

Shades of Pale Slate #C5BAB3

Tints of Pale Slate #C5BAB3

RGB

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

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

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

R = 35.05%
G = 33.1%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C5BAB3 (or 0xC5BAB3) is known color: Pale Slate. HEX triplet: C5, BA and B3. RGB value is (197,186,179). Sum of RGB (Red+Green+Blue) = 197+186+179=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BAB3 is #3A454C. Grayscale: #BCBCBC. Windows color (decimal): -3818829 or 11778757. OLE color: 11778757.

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

Color convert

RGB 197 186 179 -
CMYK 0 0.06 0.09 0.23
HSL 23.33º 0.13% 0.74% -
HSV(B) 23.33º 0.09% 0.77% -
XYZ 48.72 50.24 49.78 -
YUV 188.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 197 186 179 0 0.06 0.09 0.23 23.33 0.13 0.74
Hex C5 BA B3 0 6 9 17 17 D 4A
Octal 305 272 263 0 6 11 27 27 15 112
Binary 11000101 10111010 10110011 0 110 1001 10111 10111 1101 1001010

Color Harmonies of #C5BAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAB3

Black with #C5BAB3

Text Example


Text Example

White with #C5BAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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