Html Css Color HEX #C09370 Fallow

📋 copy color: '#C09370'

red 192 ◦ green 147 ◦ blue 112

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

Shades of Fallow #C09370

Tints of Fallow #C09370

RGB

 RED value IS 192 (75.39% from 255) = 42.57%

 GREEN value IS 147 (57.81% from 255) = 32.59%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 42.57%
G = 32.59%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C09370 (or 0xC09370) is known color: Fallow. HEX triplet: C0, 93 and 70. RGB value is (192,147,112). Sum of RGB (Red+Green+Blue) = 192+147+112=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C09370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09370 is #3F6C8F. Grayscale: #9C9C9C. Windows color (decimal): -4156560 or 7377856. OLE color: 7377856.

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

Color convert

RGB 192 147 112 -
CMYK 0 0.23 0.42 0.25
HSL 26.25º 0.39% 0.6% -
HSV(B) 26.25º 0.42% 0.75% -
XYZ 35.1 33.24 19.9 -
YUV 156.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 192 147 112 0 0.23 0.42 0.25 26.25 0.39 0.6
Hex C0 93 70 0 17 2A 19 1A 27 3C
Octal 300 223 160 0 27 52 31 32 47 74
Binary 11000000 10010011 1110000 0 10111 101010 11001 11010 100111 111100

Color Harmonies of #C09370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09370

Black with #C09370

Text Example


Text Example

White with #C09370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09370; }

 p { color: rgb(192,147,112); }

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

background-color css

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

 a { background-color: rgb(192,147,112); }

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

border-color css

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

 span { border-color: rgb(192,147,112); }

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