Html Css Color HEX #C09C74 Fallow

📋 copy color: '#C09C74'

red 192 ◦ green 156 ◦ blue 116

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

Shades of Fallow #C09C74

Tints of Fallow #C09C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.62%

 BLUE value IS 116 (45.7% from 255) = 25%

R = 41.38%
G = 33.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C09C74 (or 0xC09C74) is known color: Fallow. HEX triplet: C0, 9C and 74. RGB value is (192,156,116). Sum of RGB (Red+Green+Blue) = 192+156+116=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C74 is #3F638B. Grayscale: #A2A2A2. Windows color (decimal): -4154252 or 7642304. OLE color: 7642304.

HSL color Cylindrical-coordinate representation of color #C09C74: hue angle of 31.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C09C74 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 156 116 -
CMYK 0 0.19 0.40 0.25
HSL 31.58º 0.38% 0.6% -
HSV(B) 31.58º 0.4% 0.75% -
XYZ 36.78 36.24 21.58 -
YUV 162.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 192 156 116 0 0.19 0.40 0.25 31.58 0.38 0.6
Hex C0 9C 74 0 13 28 19 20 26 3C
Octal 300 234 164 0 23 50 31 40 46 74
Binary 11000000 10011100 1110100 0 10011 101000 11001 100000 100110 111100

Color Harmonies of #C09C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C74

Black with #C09C74

Text Example


Text Example

White with #C09C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C74; }

 p { color: rgb(192,156,116); }

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

background-color css

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

 a { background-color: rgb(192,156,116); }

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

border-color css

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

 span { border-color: rgb(192,156,116); }

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