Html Css Color HEX #C4B9B2 Pale Slate

📋 copy color: '#C4B9B2'

red 196 ◦ green 185 ◦ blue 178

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

Shades of Pale Slate #C4B9B2

Tints of Pale Slate #C4B9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 178 (69.92% from 255) = 31.84%

R = 35.06%
G = 33.09%
B = 31.84%

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

#C4B9B2 (or 0xC4B9B2) is known color: Pale Slate. HEX triplet: C4, B9 and B2. RGB value is (196,185,178). Sum of RGB (Red+Green+Blue) = 196+185+178=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B9B2 is #3B464D. Grayscale: #BBBBBB. Windows color (decimal): -3884622 or 11712964. OLE color: 11712964.

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

Color convert

RGB 196 185 178 -
CMYK 0 0.06 0.09 0.23
HSL 23.33º 0.13% 0.73% -
HSV(B) 23.33º 0.09% 0.77% -
XYZ 48.15 49.65 49.16 -
YUV 187.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 196 185 178 0 0.06 0.09 0.23 23.33 0.13 0.73
Hex C4 B9 B2 0 6 9 17 17 D 49
Octal 304 271 262 0 6 11 27 27 15 111
Binary 11000100 10111001 10110010 0 110 1001 10111 10111 1101 1001001

Color Harmonies of #C4B9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B9B2

Black with #C4B9B2

Text Example


Text Example

White with #C4B9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B9B2; }

 p { color: rgb(196,185,178); }

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

background-color css

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

 a { background-color: rgb(196,185,178); }

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

border-color css

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

 span { border-color: rgb(196,185,178); }

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