Html Css Color HEX #C4C0BD Pale Slate

📋 copy color: '#C4C0BD'

red 196 ◦ green 192 ◦ blue 189

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

Shades of Pale Slate #C4C0BD

Tints of Pale Slate #C4C0BD

RGB

 RED value IS 196 (76.95% from 255) = 33.97%

 GREEN value IS 192 (75.39% from 255) = 33.28%

 BLUE value IS 189 (74.22% from 255) = 32.76%

R = 33.97%
G = 33.28%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C4C0BD (or 0xC4C0BD) is known color: Pale Slate. HEX triplet: C4, C0 and BD. RGB value is (196,192,189). Sum of RGB (Red+Green+Blue) = 196+192+189=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0BD is #3B3F42. Grayscale: #C0C0C0. Windows color (decimal): -3882819 or 12435652. OLE color: 12435652.

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

Color convert

RGB 196 192 189 -
CMYK 0 0.02 0.04 0.23
HSL 25.71º 0.06% 0.75% -
HSV(B) 25.71º 0.04% 0.77% -
XYZ 50.8 53.11 55.72 -
YUV 192.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 196 192 189 0 0.02 0.04 0.23 25.71 0.06 0.75
Hex C4 C0 BD 0 2 4 17 1A 6 4B
Octal 304 300 275 0 2 4 27 32 6 113
Binary 11000100 11000000 10111101 0 10 100 10111 11010 110 1001011

Color Harmonies of #C4C0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C0BD

Black with #C4C0BD

Text Example


Text Example

White with #C4C0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C0BD; }

 p { color: rgb(196,192,189); }

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

background-color css

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

 a { background-color: rgb(196,192,189); }

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

border-color css

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

 span { border-color: rgb(196,192,189); }

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