#C5926E

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

Shades of Fallow #C5926E

Tints of Fallow #C5926E

Color information

#C5926E (or 0xC5926E) is unknown color: approx Fallow. HEX triplet: C5, 92 and 6E. RGB value is (197,146,110). Sum of RGB (Red+Green+Blue) = 197+146+110=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5926E is #3A6D91. Grayscale: #9D9D9D. Windows color (decimal): -3829138 or 7246533. OLE color: 7246533.

HSL color Cylindrical-coordinate representation of color #C5926E: hue angle of 24.83º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5926E is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB197146110-
CMYK00.260.440.23
HSL24.83º42.86%60.2%-
HSV(B)24.83º44.16%77.25%-
XYZ36.1233.5519.32-
YUV157.14101.4156.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=43.49%
G=32.23%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714611000.260.440.2324.8342.8660.2
HexC5926E01A2C17192b3c
Octal3052221560325427315374
Binary110001011001001011011100110101011001011111001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5926E; }

 p { color: rgb(197,146,110); }

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

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

 a { background-color: rgb(197,146,110); }

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

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

 span { border-color: rgb(197,146,110); }

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