Html Css Color HEX #C7A168 Fallow

📋 copy color: '#C7A168'

red 199 ◦ green 161 ◦ blue 104

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

Shades of Fallow #C7A168

Tints of Fallow #C7A168

RGB

 RED value IS 199 (78.13% from 255) = 42.89%

 GREEN value IS 161 (63.28% from 255) = 34.7%

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

R = 42.89%
G = 34.7%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C7A168 (or 0xC7A168) is known color: Fallow. HEX triplet: C7, A1 and 68. RGB value is (199,161,104). Sum of RGB (Red+Green+Blue) = 199+161+104=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A168 is #385E97. Grayscale: #A6A6A6. Windows color (decimal): -3694232 or 6857159. OLE color: 6857159.

HSL color Cylindrical-coordinate representation of color #C7A168: hue angle of 36º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7A168 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 161 104 -
CMYK 0 0.19 0.48 0.22
HSL 36º 0.46% 0.59% -
HSV(B) 36º 0.48% 0.78% -
XYZ 38.8 38.63 18.51 -
YUV 165.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 199 161 104 0 0.19 0.48 0.22 36 0.46 0.59
Hex C7 A1 68 0 13 30 16 24 2E 3B
Octal 307 241 150 0 23 60 26 44 56 73
Binary 11000111 10100001 1101000 0 10011 110000 10110 100100 101110 111011

Color Harmonies of #C7A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A168

Black with #C7A168

Text Example


Text Example

White with #C7A168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A168; }

 p { color: rgb(199,161,104); }

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

background-color css

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

 a { background-color: rgb(199,161,104); }

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

border-color css

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

 span { border-color: rgb(199,161,104); }

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