#C19965

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

Shades of Fallow #C19965

Tints of Fallow #C19965

Color information

#C19965 (or 0xC19965) is unknown color: approx Fallow. HEX triplet: C1, 99 and 65. RGB value is (193,153,101). Sum of RGB (Red+Green+Blue) = 193+153+101=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C19965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19965 is #3E669A. Grayscale: #9F9F9F. Windows color (decimal): -4089499 or 6658497. OLE color: 6658497.

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

Color convert

RGB193153101-
CMYK00.210.480.24
HSL33.91º42.59%57.65%-
HSV(B)33.91º47.67%75.69%-
XYZ35.7335.0617.2-
YUV159.0395.25152.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=43.18%
G=34.23%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315310100.210.480.2433.9142.5957.65
HexC199650153018222b3a
Octal3012311450256030425372
Binary1100000110011001110010101010111000011000100010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19965; }

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

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

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

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

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

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

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

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