Html Css Color HEX #C1A56D Fallow

📋 copy color: '#C1A56D'

red 193 ◦ green 165 ◦ blue 109

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

Shades of Fallow #C1A56D

Tints of Fallow #C1A56D

RGB

 RED value IS 193 (75.78% from 255) = 41.33%

 GREEN value IS 165 (64.84% from 255) = 35.33%

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 41.33%
G = 35.33%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1A56D (or 0xC1A56D) is known color: Fallow. HEX triplet: C1, A5 and 6D. RGB value is (193,165,109). Sum of RGB (Red+Green+Blue) = 193+165+109=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A56D is #3E5A92. Grayscale: #A7A7A7. Windows color (decimal): -4086419 or 7185857. OLE color: 7185857.

HSL color Cylindrical-coordinate representation of color #C1A56D: hue angle of 40º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1A56D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 165 109 -
CMYK 0 0.15 0.44 0.24
HSL 40º 0.4% 0.59% -
HSV(B) 40º 0.44% 0.76% -
XYZ 38.21 39.35 20.05 -
YUV 166.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 193 165 109 0 0.15 0.44 0.24 40 0.4 0.59
Hex C1 A5 6D 0 F 2C 18 28 28 3B
Octal 301 245 155 0 17 54 30 50 50 73
Binary 11000001 10100101 1101101 0 1111 101100 11000 101000 101000 111011

Color Harmonies of #C1A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A56D

Black with #C1A56D

Text Example


Text Example

White with #C1A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A56D; }

 p { color: rgb(193,165,109); }

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

background-color css

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

 a { background-color: rgb(193,165,109); }

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

border-color css

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

 span { border-color: rgb(193,165,109); }

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