Html Css Color HEX #C49868 Fallow

📋 copy color: '#C49868'

red 196 ◦ green 152 ◦ blue 104

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

Shades of Fallow #C49868

Tints of Fallow #C49868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.63%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 43.36%
G = 33.63%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C49868 (or 0xC49868) is known color: Fallow. HEX triplet: C4, 98 and 68. RGB value is (196,152,104). Sum of RGB (Red+Green+Blue) = 196+152+104=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C49868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49868 is #3B6797. Grayscale: #9F9F9F. Windows color (decimal): -3893144 or 6854852. OLE color: 6854852.

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

Color convert

RGB 196 152 104 -
CMYK 0 0.22 0.47 0.23
HSL 31.3º 0.44% 0.59% -
HSV(B) 31.3º 0.47% 0.77% -
XYZ 36.49 35.19 17.97 -
YUV 159.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 196 152 104 0 0.22 0.47 0.23 31.3 0.44 0.59
Hex C4 98 68 0 16 2F 17 1F 2C 3B
Octal 304 230 150 0 26 57 27 37 54 73
Binary 11000100 10011000 1101000 0 10110 101111 10111 11111 101100 111011

Color Harmonies of #C49868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49868

Black with #C49868

Text Example


Text Example

White with #C49868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49868; }

 p { color: rgb(196,152,104); }

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

background-color css

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

 a { background-color: rgb(196,152,104); }

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

border-color css

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

 span { border-color: rgb(196,152,104); }

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