Html Css Color HEX #C09268 Fallow

📋 copy color: '#C09268'

red 192 ◦ green 146 ◦ blue 104

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

Shades of Fallow #C09268

Tints of Fallow #C09268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.03%

 BLUE value IS 104 (41.02% from 255) = 23.53%

R = 43.44%
G = 33.03%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C09268 (or 0xC09268) is known color: Fallow. HEX triplet: C0, 92 and 68. RGB value is (192,146,104). Sum of RGB (Red+Green+Blue) = 192+146+104=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C09268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09268 is #3F6D97. Grayscale: #9B9B9B. Windows color (decimal): -4156824 or 6853312. OLE color: 6853312.

HSL color Cylindrical-coordinate representation of color #C09268: hue angle of 28.64º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C09268 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 146 104 -
CMYK 0 0.24 0.46 0.25
HSL 28.64º 0.41% 0.58% -
HSV(B) 28.64º 0.46% 0.75% -
XYZ 34.52 32.76 17.6 -
YUV 154.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 192 146 104 0 0.24 0.46 0.25 28.64 0.41 0.58
Hex C0 92 68 0 18 2E 19 1D 29 3A
Octal 300 222 150 0 30 56 31 35 51 72
Binary 11000000 10010010 1101000 0 11000 101110 11001 11101 101001 111010

Color Harmonies of #C09268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09268

Black with #C09268

Text Example


Text Example

White with #C09268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09268; }

 p { color: rgb(192,146,104); }

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

background-color css

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

 a { background-color: rgb(192,146,104); }

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

border-color css

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

 span { border-color: rgb(192,146,104); }

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