Html Css Color HEX #C09B74 Fallow

📋 copy color: '#C09B74'

red 192 ◦ green 155 ◦ blue 116

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

Shades of Fallow #C09B74

Tints of Fallow #C09B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

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

R = 41.47%
G = 33.48%
B = 25.05%

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

#C09B74 (or 0xC09B74) is known color: Fallow. HEX triplet: C0, 9B and 74. RGB value is (192,155,116). Sum of RGB (Red+Green+Blue) = 192+155+116=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B74 is #3F648B. Grayscale: #A1A1A1. Windows color (decimal): -4154508 or 7642048. OLE color: 7642048.

HSL color Cylindrical-coordinate representation of color #C09B74: hue angle of 30.79º 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 #C09B74 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 155 116 -
CMYK 0 0.19 0.40 0.25
HSL 30.79º 0.38% 0.6% -
HSV(B) 30.79º 0.4% 0.75% -
XYZ 36.61 35.91 21.52 -
YUV 161.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 192 155 116 0 0.19 0.40 0.25 30.79 0.38 0.6
Hex C0 9B 74 0 13 28 19 1F 26 3C
Octal 300 233 164 0 23 50 31 37 46 74
Binary 11000000 10011011 1110100 0 10011 101000 11001 11111 100110 111100

Color Harmonies of #C09B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B74

Black with #C09B74

Text Example


Text Example

White with #C09B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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