Html Css Color HEX #C4967A Pale Taupe

📋 copy color: '#C4967A'

red 196 ◦ green 150 ◦ blue 122

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

Shades of Pale Taupe #C4967A

Tints of Pale Taupe #C4967A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.07%

R = 41.88%
G = 32.05%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4967A (or 0xC4967A) is known color: Pale Taupe. HEX triplet: C4, 96 and 7A. RGB value is (196,150,122). Sum of RGB (Red+Green+Blue) = 196+150+122=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 122 (48.05% from 255 or 26.07% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4967A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4967A is #3B6985. Grayscale: #A0A0A0. Windows color (decimal): -3893638 or 8033988. OLE color: 8033988.

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

Color convert

RGB 196 150 122 -
CMYK 0 0.23 0.38 0.23
HSL 22.7º 0.39% 0.62% -
HSV(B) 22.7º 0.38% 0.77% -
XYZ 37.18 34.95 23.2 -
YUV 160.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 196 150 122 0 0.23 0.38 0.23 22.7 0.39 0.62
Hex C4 96 7A 0 17 26 17 17 27 3E
Octal 304 226 172 0 27 46 27 27 47 76
Binary 11000100 10010110 1111010 0 10111 100110 10111 10111 100111 111110

Color Harmonies of #C4967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4967A

Black with #C4967A

Text Example


Text Example

White with #C4967A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4967A; }

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

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

background-color css

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

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

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

border-color css

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

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

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