#C4985A

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

Shades of Twine #C4985A

Tints of Twine #C4985A

Color information

#C4985A (or 0xC4985A) is unknown color: approx Twine. HEX triplet: C4, 98 and 5A. RGB value is (196,152,90). Sum of RGB (Red+Green+Blue) = 196+152+90=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4985A is #3B67A5. Grayscale: #9E9E9E. Windows color (decimal): -3893158 or 5937348. OLE color: 5937348.

HSL color Cylindrical-coordinate representation of color #C4985A: hue angle of 35.09º degrees, saturation: 0.47, 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 #C4985A is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19615290-
CMYK00.220.540.23
HSL35.09º47.32%56.08%-
HSV(B)35.09º54.08%76.86%-
XYZ35.8434.9314.53-
YUV158.0989.58155.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=44.75%
G=34.70%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961529000.220.540.2335.0947.3256.08
HexC4985A0163617232f38
Octal3042301320266627435770
Binary1100010010011000101101001011011011010111100011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4985A; }

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

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

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

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

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

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

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

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