#C19968

Color #C19968 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C19968

Tints of Fallow #C19968

Color information

#C19968 (or 0xC19968) is unknown color: approx Fallow. HEX triplet: C1, 99 and 68. RGB value is (193,153,104). Sum of RGB (Red+Green+Blue) = 193+153+104=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C19968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19968 is #3E6697. Grayscale: #9F9F9F. Windows color (decimal): -4089496 or 6855105. OLE color: 6855105.

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

Color convert

RGB193153104-
CMYK00.210.460.24
HSL33.03º41.78%58.24%-
HSV(B)33.03º46.11%75.69%-
XYZ35.8835.1217.98-
YUV159.3796.75151.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.89%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=42.89%
G=34%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315310400.210.460.2433.0341.7858.24
HexC199680152E18212a3a
Octal3012311500255630415272
Binary1100000110011001110100001010110111011000100001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19968; }

 p { color: rgb(193,153,104); }

 H1.HeaderClassName
 {
   color: #C19968;
 }
 .AnyTagClassName
 {
   color: #C19968;
 }
</style>
background-color css

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

 a { background-color: rgb(193,153,104); }

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

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

 span { border-color: rgb(193,153,104); }

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