Html Css Color HEX #C4967D Pale Taupe

📋 copy color: '#C4967D'

red 196 ◦ green 150 ◦ blue 125

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

Shades of Pale Taupe #C4967D

Tints of Pale Taupe #C4967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.85%

 BLUE value IS 125 (49.22% from 255) = 26.54%

R = 41.61%
G = 31.85%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4967D (or 0xC4967D) is known color: Pale Taupe. HEX triplet: C4, 96 and 7D. RGB value is (196,150,125). Sum of RGB (Red+Green+Blue) = 196+150+125=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4967D is #3B6982. Grayscale: #A1A1A1. Windows color (decimal): -3893635 or 8230596. OLE color: 8230596.

HSL color Cylindrical-coordinate representation of color #C4967D: hue angle of 21.13º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4967D is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 125 -
CMYK 0 0.23 0.36 0.23
HSL 21.13º 0.38% 0.63% -
HSV(B) 21.13º 0.36% 0.77% -
XYZ 37.37 35.03 24.19 -
YUV 160.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 196 150 125 0 0.23 0.36 0.23 21.13 0.38 0.63
Hex C4 96 7D 0 17 24 17 15 26 3F
Octal 304 226 175 0 27 44 27 25 46 77
Binary 11000100 10010110 1111101 0 10111 100100 10111 10101 100110 111111

Color Harmonies of #C4967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4967D

Black with #C4967D

Text Example


Text Example

White with #C4967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4967D; }

 p { color: rgb(196,150,125); }

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

background-color css

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

 a { background-color: rgb(196,150,125); }

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

border-color css

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

 span { border-color: rgb(196,150,125); }

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