Html Css Color HEX #C4B9B4 Pale Slate

📋 copy color: '#C4B9B4'

red 196 ◦ green 185 ◦ blue 180

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

Shades of Pale Slate #C4B9B4

Tints of Pale Slate #C4B9B4

RGB

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

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

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

R = 34.94%
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

#C4B9B4 (or 0xC4B9B4) is known color: Pale Slate. HEX triplet: C4, B9 and B4. RGB value is (196,185,180). Sum of RGB (Red+Green+Blue) = 196+185+180=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B9B4 is #3B464B. Grayscale: #BBBBBB. Windows color (decimal): -3884620 or 11844036. OLE color: 11844036.

HSL color Cylindrical-coordinate representation of color #C4B9B4: 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 #C4B9B4 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 185 180 -
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.35 49.73 50.23 -
YUV 187.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 196 185 180 0 0.06 0.08 0.23 18.75 0.12 0.74
Hex C4 B9 B4 0 6 8 17 13 C 4A
Octal 304 271 264 0 6 10 27 23 14 112
Binary 11000100 10111001 10110100 0 110 1000 10111 10011 1100 1001010

Color Harmonies of #C4B9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B9B4

Black with #C4B9B4

Text Example


Text Example

White with #C4B9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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