Html Css Color HEX #C5A272 Fallow

📋 copy color: '#C5A272'

red 197 ◦ green 162 ◦ blue 114

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

Shades of Fallow #C5A272

Tints of Fallow #C5A272

RGB

 RED value IS 197 (77.34% from 255) = 41.65%

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

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

R = 41.65%
G = 34.25%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C5A272 (or 0xC5A272) is known color: Fallow. HEX triplet: C5, A2 and 72. RGB value is (197,162,114). Sum of RGB (Red+Green+Blue) = 197+162+114=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A272 is #3A5D8D. Grayscale: #A7A7A7. Windows color (decimal): -3825038 or 7512773. OLE color: 7512773.

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

Color convert

RGB 197 162 114 -
CMYK 0 0.18 0.42 0.23
HSL 34.7º 0.42% 0.61% -
HSV(B) 34.7º 0.42% 0.77% -
XYZ 38.98 38.93 21.38 -
YUV 166.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 197 162 114 0 0.18 0.42 0.23 34.7 0.42 0.61
Hex C5 A2 72 0 12 2A 17 23 2A 3D
Octal 305 242 162 0 22 52 27 43 52 75
Binary 11000101 10100010 1110010 0 10010 101010 10111 100011 101010 111101

Color Harmonies of #C5A272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A272

Black with #C5A272

Text Example


Text Example

White with #C5A272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A272; }

 p { color: rgb(197,162,114); }

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

background-color css

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

 a { background-color: rgb(197,162,114); }

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

border-color css

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

 span { border-color: rgb(197,162,114); }

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