#C4995F

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

Shades of Twine #C4995F

Tints of Twine #C4995F

Color information

#C4995F (or 0xC4995F) is unknown color: approx Twine. HEX triplet: C4, 99 and 5F. RGB value is (196,153,95). Sum of RGB (Red+Green+Blue) = 196+153+95=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4995F is #3B66A0. Grayscale: #9F9F9F. Windows color (decimal): -3892897 or 6265284. OLE color: 6265284.

HSL color Cylindrical-coordinate representation of color #C4995F: hue angle of 34.46º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C4995F is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19615395-
CMYK00.220.520.23
HSL34.46º46.12%57.06%-
HSV(B)34.46º51.53%76.86%-
XYZ36.2235.3415.74-
YUV159.2491.75154.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 95 (37.5% from 255) = 21.40%
R=44.14%
G=34.46%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961539500.220.520.2334.4646.1257.06
HexC4995F0163417222e39
Octal3042311370266427425671
Binary1100010010011001101111101011011010010111100010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4995F; }

 p { color: rgb(196,153,95); }

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

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

 a { background-color: rgb(196,153,95); }

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

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

 span { border-color: rgb(196,153,95); }

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