Html Css Color HEX #C49A6A Fallow

📋 copy color: '#C49A6A'

red 196 ◦ green 154 ◦ blue 106

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

Shades of Fallow #C49A6A

Tints of Fallow #C49A6A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 106 (41.8% from 255) = 23.25%

R = 42.98%
G = 33.77%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C49A6A (or 0xC49A6A) is known color: Fallow. HEX triplet: C4, 9A and 6A. RGB value is (196,154,106). Sum of RGB (Red+Green+Blue) = 196+154+106=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A6A is #3B6595. Grayscale: #A1A1A1. Windows color (decimal): -3892630 or 6986436. OLE color: 6986436.

HSL color Cylindrical-coordinate representation of color #C49A6A: hue angle of 32º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C49A6A is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 154 106 -
CMYK 0 0.21 0.46 0.23
HSL 32º 0.43% 0.59% -
HSV(B) 32º 0.46% 0.77% -
XYZ 36.92 35.89 18.62 -
YUV 161.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 196 154 106 0 0.21 0.46 0.23 32 0.43 0.59
Hex C4 9A 6A 0 15 2E 17 20 2B 3B
Octal 304 232 152 0 25 56 27 40 53 73
Binary 11000100 10011010 1101010 0 10101 101110 10111 100000 101011 111011

Color Harmonies of #C49A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A6A

Black with #C49A6A

Text Example


Text Example

White with #C49A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A6A; }

 p { color: rgb(196,154,106); }

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

background-color css

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

 a { background-color: rgb(196,154,106); }

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

border-color css

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

 span { border-color: rgb(196,154,106); }

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