Html Css Color HEX #C3A368 Fallow

📋 copy color: '#C3A368'

red 195 ◦ green 163 ◦ blue 104

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

Shades of Fallow #C3A368

Tints of Fallow #C3A368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.28%

 BLUE value IS 104 (41.02% from 255) = 22.51%

R = 42.21%
G = 35.28%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3A368 (or 0xC3A368) is known color: Fallow. HEX triplet: C3, A3 and 68. RGB value is (195,163,104). Sum of RGB (Red+Green+Blue) = 195+163+104=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A368 is #3C5C97. Grayscale: #A6A6A6. Windows color (decimal): -3955864 or 6857667. OLE color: 6857667.

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

Color convert

RGB 195 163 104 -
CMYK 0 0.16 0.47 0.24
HSL 38.9º 0.43% 0.59% -
HSV(B) 38.9º 0.47% 0.76% -
XYZ 38.1 38.8 18.58 -
YUV 165.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 195 163 104 0 0.16 0.47 0.24 38.9 0.43 0.59
Hex C3 A3 68 0 10 2F 18 27 2B 3B
Octal 303 243 150 0 20 57 30 47 53 73
Binary 11000011 10100011 1101000 0 10000 101111 11000 100111 101011 111011

Color Harmonies of #C3A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A368

Black with #C3A368

Text Example


Text Example

White with #C3A368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A368; }

 p { color: rgb(195,163,104); }

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

background-color css

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

 a { background-color: rgb(195,163,104); }

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

border-color css

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

 span { border-color: rgb(195,163,104); }

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