Html Css Color HEX #C4A072 Fallow

📋 copy color: '#C4A072'

red 196 ◦ green 160 ◦ blue 114

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

Shades of Fallow #C4A072

Tints of Fallow #C4A072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 114 (44.92% from 255) = 24.26%

R = 41.7%
G = 34.04%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C4A072 (or 0xC4A072) is known color: Fallow. HEX triplet: C4, A0 and 72. RGB value is (196,160,114). Sum of RGB (Red+Green+Blue) = 196+160+114=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A072 is #3B5F8D. Grayscale: #A5A5A5. Windows color (decimal): -3891086 or 7512260. OLE color: 7512260.

HSL color Cylindrical-coordinate representation of color #C4A072: hue angle of 33.66º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4A072 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 114 -
CMYK 0 0.18 0.42 0.23
HSL 33.66º 0.41% 0.61% -
HSV(B) 33.66º 0.42% 0.77% -
XYZ 38.37 38.09 21.25 -
YUV 165.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 196 160 114 0 0.18 0.42 0.23 33.66 0.41 0.61
Hex C4 A0 72 0 12 2A 17 22 29 3D
Octal 304 240 162 0 22 52 27 42 51 75
Binary 11000100 10100000 1110010 0 10010 101010 10111 100010 101001 111101

Color Harmonies of #C4A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A072

Black with #C4A072

Text Example


Text Example

White with #C4A072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A072; }

 p { color: rgb(196,160,114); }

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

background-color css

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

 a { background-color: rgb(196,160,114); }

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

border-color css

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

 span { border-color: rgb(196,160,114); }

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