Html Css Color HEX #C7A275 Fallow

📋 copy color: '#C7A275'

red 199 ◦ green 162 ◦ blue 117

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

Shades of Fallow #C7A275

Tints of Fallow #C7A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.89%

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

R = 41.63%
G = 33.89%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7A275 (or 0xC7A275) is known color: Fallow. HEX triplet: C7, A2 and 75. RGB value is (199,162,117). Sum of RGB (Red+Green+Blue) = 199+162+117=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A275 is #385D8A. Grayscale: #A8A8A8. Windows color (decimal): -3693963 or 7709383. OLE color: 7709383.

HSL color Cylindrical-coordinate representation of color #C7A275: hue angle of 32.93º 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 #C7A275 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 162 117 -
CMYK 0 0.19 0.41 0.22
HSL 32.93º 0.42% 0.62% -
HSV(B) 32.93º 0.41% 0.78% -
XYZ 39.68 39.27 22.32 -
YUV 167.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 199 162 117 0 0.19 0.41 0.22 32.93 0.42 0.62
Hex C7 A2 75 0 13 29 16 21 2A 3E
Octal 307 242 165 0 23 51 26 41 52 76
Binary 11000111 10100010 1110101 0 10011 101001 10110 100001 101010 111110

Color Harmonies of #C7A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A275

Black with #C7A275

Text Example


Text Example

White with #C7A275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A275; }

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

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

background-color css

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

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

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

border-color css

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

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

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