Html Css Color HEX #C7A075 Fallow

📋 copy color: '#C7A075'

red 199 ◦ green 160 ◦ blue 117

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

Shades of Fallow #C7A075

Tints of Fallow #C7A075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.58%

R = 41.81%
G = 33.61%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7A075 (or 0xC7A075) is known color: Fallow. HEX triplet: C7, A0 and 75. RGB value is (199,160,117). Sum of RGB (Red+Green+Blue) = 199+160+117=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A075 is #385F8A. Grayscale: #A6A6A6. Windows color (decimal): -3694475 or 7708871. OLE color: 7708871.

HSL color Cylindrical-coordinate representation of color #C7A075: hue angle of 31.46º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7A075 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 117 -
CMYK 0 0.20 0.41 0.22
HSL 31.46º 0.42% 0.62% -
HSV(B) 31.46º 0.41% 0.78% -
XYZ 39.33 38.57 22.2 -
YUV 166.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 199 160 117 0 0.20 0.41 0.22 31.46 0.42 0.62
Hex C7 A0 75 0 14 29 16 1F 2A 3E
Octal 307 240 165 0 24 51 26 37 52 76
Binary 11000111 10100000 1110101 0 10100 101001 10110 11111 101010 111110

Color Harmonies of #C7A075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A075

Black with #C7A075

Text Example


Text Example

White with #C7A075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A075; }

 p { color: rgb(199,160,117); }

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

background-color css

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

 a { background-color: rgb(199,160,117); }

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

border-color css

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

 span { border-color: rgb(199,160,117); }

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