Html Css Color HEX #C1A375 Fallow

📋 copy color: '#C1A375'

red 193 ◦ green 163 ◦ blue 117

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

Shades of Fallow #C1A375

Tints of Fallow #C1A375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 40.8%
G = 34.46%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C1A375 (or 0xC1A375) is known color: Fallow. HEX triplet: C1, A3 and 75. RGB value is (193,163,117). Sum of RGB (Red+Green+Blue) = 193+163+117=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A375 is #3E5C8A. Grayscale: #A6A6A6. Windows color (decimal): -4086923 or 7709633. OLE color: 7709633.

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

Color convert

RGB 193 163 117 -
CMYK 0 0.16 0.39 0.24
HSL 36.32º 0.38% 0.61% -
HSV(B) 36.32º 0.39% 0.76% -
XYZ 38.3 38.82 22.3 -
YUV 166.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 193 163 117 0 0.16 0.39 0.24 36.32 0.38 0.61
Hex C1 A3 75 0 10 27 18 24 26 3D
Octal 301 243 165 0 20 47 30 44 46 75
Binary 11000001 10100011 1110101 0 10000 100111 11000 100100 100110 111101

Color Harmonies of #C1A375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A375

Black with #C1A375

Text Example


Text Example

White with #C1A375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A375; }

 p { color: rgb(193,163,117); }

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

background-color css

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

 a { background-color: rgb(193,163,117); }

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

border-color css

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

 span { border-color: rgb(193,163,117); }

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