Html Css Color HEX #C3A063 Fallow

📋 copy color: '#C3A063'

red 195 ◦ green 160 ◦ blue 99

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

Shades of Fallow #C3A063

Tints of Fallow #C3A063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.81%

R = 42.95%
G = 35.24%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3A063 (or 0xC3A063) is known color: Fallow. HEX triplet: C3, A0 and 63. RGB value is (195,160,99). Sum of RGB (Red+Green+Blue) = 195+160+99=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A063 is #3C5F9C. Grayscale: #A3A3A3. Windows color (decimal): -3956637 or 6529219. OLE color: 6529219.

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

Color convert

RGB 195 160 99 -
CMYK 0 0.18 0.49 0.24
HSL 38.13º 0.44% 0.58% -
HSV(B) 38.13º 0.49% 0.76% -
XYZ 37.33 37.64 17.1 -
YUV 163.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 195 160 99 0 0.18 0.49 0.24 38.13 0.44 0.58
Hex C3 A0 63 0 12 31 18 26 2C 3A
Octal 303 240 143 0 22 61 30 46 54 72
Binary 11000011 10100000 1100011 0 10010 110001 11000 100110 101100 111010

Color Harmonies of #C3A063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A063

Black with #C3A063

Text Example


Text Example

White with #C3A063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A063; }

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

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

background-color css

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

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

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

border-color css

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

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

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