#C5985A

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

Shades of Twine #C5985A

Tints of Twine #C5985A

Color information

#C5985A (or 0xC5985A) is unknown color: approx Twine. HEX triplet: C5, 98 and 5A. RGB value is (197,152,90). Sum of RGB (Red+Green+Blue) = 197+152+90=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5985A is #3A67A5. Grayscale: #9E9E9E. Windows color (decimal): -3827622 or 5937349. OLE color: 5937349.

HSL color Cylindrical-coordinate representation of color #C5985A: hue angle of 34.77º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5985A is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19715290-
CMYK00.230.540.23
HSL34.77º47.98%56.27%-
HSV(B)34.77º54.31%77.25%-
XYZ36.135.0614.54-
YUV158.3989.41155.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 152 (59.77% from 255) = 34.62%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=44.87%
G=34.62%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971529000.230.540.2334.7747.9856.27
HexC5985A0173617233038
Octal3052301320276627436070
Binary1100010110011000101101001011111011010111100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5985A; }

 p { color: rgb(197,152,90); }

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

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

 a { background-color: rgb(197,152,90); }

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

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

 span { border-color: rgb(197,152,90); }

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