Html Css Color HEX #C3A06A Fallow

📋 copy color: '#C3A06A'

red 195 ◦ green 160 ◦ blue 106

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

Shades of Fallow #C3A06A

Tints of Fallow #C3A06A

RGB

 RED value IS 195 (76.56% from 255) = 42.3%

 GREEN value IS 160 (62.89% from 255) = 34.71%

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 42.3%
G = 34.71%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3A06A (or 0xC3A06A) is known color: Fallow. HEX triplet: C3, A0 and 6A. RGB value is (195,160,106). Sum of RGB (Red+Green+Blue) = 195+160+106=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A06A is #3C5F95. Grayscale: #A4A4A4. Windows color (decimal): -3956630 or 6987971. OLE color: 6987971.

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

Color convert

RGB 195 160 106 -
CMYK 0 0.18 0.46 0.24
HSL 36.4º 0.43% 0.59% -
HSV(B) 36.4º 0.46% 0.76% -
XYZ 37.68 37.78 18.94 -
YUV 164.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 195 160 106 0 0.18 0.46 0.24 36.4 0.43 0.59
Hex C3 A0 6A 0 12 2E 18 24 2B 3B
Octal 303 240 152 0 22 56 30 44 53 73
Binary 11000011 10100000 1101010 0 10010 101110 11000 100100 101011 111011

Color Harmonies of #C3A06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A06A

Black with #C3A06A

Text Example


Text Example

White with #C3A06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A06A; }

 p { color: rgb(195,160,106); }

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

background-color css

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

 a { background-color: rgb(195,160,106); }

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

border-color css

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

 span { border-color: rgb(195,160,106); }

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