Html Css Color HEX #C19572 Fallow

📋 copy color: '#C19572'

red 193 ◦ green 149 ◦ blue 114

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

Shades of Fallow #C19572

Tints of Fallow #C19572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.68%

 BLUE value IS 114 (44.92% from 255) = 25%

R = 42.32%
G = 32.68%
B = 25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C19572 (or 0xC19572) is known color: Fallow. HEX triplet: C1, 95 and 72. RGB value is (193,149,114). Sum of RGB (Red+Green+Blue) = 193+149+114=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C19572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19572 is #3E6A8D. Grayscale: #9E9E9E. Windows color (decimal): -4090510 or 7509441. OLE color: 7509441.

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

Color convert

RGB 193 149 114 -
CMYK 0 0.23 0.41 0.24
HSL 26.58º 0.39% 0.6% -
HSV(B) 26.58º 0.41% 0.76% -
XYZ 35.78 34.05 20.61 -
YUV 158.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 193 149 114 0 0.23 0.41 0.24 26.58 0.39 0.6
Hex C1 95 72 0 17 29 18 1B 27 3C
Octal 301 225 162 0 27 51 30 33 47 74
Binary 11000001 10010101 1110010 0 10111 101001 11000 11011 100111 111100

Color Harmonies of #C19572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19572

Black with #C19572

Text Example


Text Example

White with #C19572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19572; }

 p { color: rgb(193,149,114); }

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

background-color css

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

 a { background-color: rgb(193,149,114); }

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

border-color css

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

 span { border-color: rgb(193,149,114); }

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