Html Css Color HEX #C7A372 Fallow

📋 copy color: '#C7A372'

red 199 ◦ green 163 ◦ blue 114

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

Shades of Fallow #C7A372

Tints of Fallow #C7A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.24%

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 41.81%
G = 34.24%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C7A372 (or 0xC7A372) is known color: Fallow. HEX triplet: C7, A3 and 72. RGB value is (199,163,114). Sum of RGB (Red+Green+Blue) = 199+163+114=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A372 is #385C8D. Grayscale: #A8A8A8. Windows color (decimal): -3693710 or 7513031. OLE color: 7513031.

HSL color Cylindrical-coordinate representation of color #C7A372: hue angle of 34.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7A372 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 114 -
CMYK 0 0.18 0.43 0.22
HSL 34.59º 0.43% 0.61% -
HSV(B) 34.59º 0.43% 0.78% -
XYZ 39.69 39.55 21.46 -
YUV 168.18 97.43 149.98 -
System Red Green Blue C M Y K H S L
Decimal 199 163 114 0 0.18 0.43 0.22 34.59 0.43 0.61
Hex C7 A3 72 0 12 2B 16 23 2B 3D
Octal 307 243 162 0 22 53 26 43 53 75
Binary 11000111 10100011 1110010 0 10010 101011 10110 100011 101011 111101

Color Harmonies of #C7A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A372

Black with #C7A372

Text Example


Text Example

White with #C7A372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A372; }

 p { color: rgb(199,163,114); }

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

background-color css

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

 a { background-color: rgb(199,163,114); }

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

border-color css

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

 span { border-color: rgb(199,163,114); }

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