Html Css Color HEX #C4967F Pale Taupe

📋 copy color: '#C4967F'

red 196 ◦ green 150 ◦ blue 127

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

Shades of Pale Taupe #C4967F

Tints of Pale Taupe #C4967F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.85%

R = 41.44%
G = 31.71%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4967F (or 0xC4967F) is known color: Pale Taupe. HEX triplet: C4, 96 and 7F. RGB value is (196,150,127). Sum of RGB (Red+Green+Blue) = 196+150+127=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4967F is #3B6980. Grayscale: #A1A1A1. Windows color (decimal): -3893633 or 8361668. OLE color: 8361668.

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

Color convert

RGB 196 150 127 -
CMYK 0 0.23 0.35 0.23
HSL 20º 0.37% 0.63% -
HSV(B) 20º 0.35% 0.77% -
XYZ 37.5 35.08 24.87 -
YUV 161.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 196 150 127 0 0.23 0.35 0.23 20 0.37 0.63
Hex C4 96 7F 0 17 23 17 14 25 3F
Octal 304 226 177 0 27 43 27 24 45 77
Binary 11000100 10010110 1111111 0 10111 100011 10111 10100 100101 111111

Color Harmonies of #C4967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4967F

Black with #C4967F

Text Example


Text Example

White with #C4967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4967F; }

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

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

background-color css

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

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

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

border-color css

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

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

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