Html Css Color HEX #C7A270 Fallow

📋 copy color: '#C7A270'

red 199 ◦ green 162 ◦ blue 112

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

Shades of Fallow #C7A270

Tints of Fallow #C7A270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 42.07%
G = 34.25%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7A270 (or 0xC7A270) is known color: Fallow. HEX triplet: C7, A2 and 70. RGB value is (199,162,112). Sum of RGB (Red+Green+Blue) = 199+162+112=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A270 is #385D8F. Grayscale: #A7A7A7. Windows color (decimal): -3693968 or 7381703. OLE color: 7381703.

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

Color convert

RGB 199 162 112 -
CMYK 0 0.19 0.44 0.22
HSL 34.48º 0.44% 0.61% -
HSV(B) 34.48º 0.44% 0.78% -
XYZ 39.4 39.15 20.81 -
YUV 167.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 199 162 112 0 0.19 0.44 0.22 34.48 0.44 0.61
Hex C7 A2 70 0 13 2C 16 22 2C 3D
Octal 307 242 160 0 23 54 26 42 54 75
Binary 11000111 10100010 1110000 0 10011 101100 10110 100010 101100 111101

Color Harmonies of #C7A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A270

Black with #C7A270

Text Example


Text Example

White with #C7A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A270; }

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

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

background-color css

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

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

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

border-color css

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

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

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