#C1995F

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

Shades of Twine #C1995F

Tints of Twine #C1995F

Color information

#C1995F (or 0xC1995F) is unknown color: approx Twine. HEX triplet: C1, 99 and 5F. RGB value is (193,153,95). Sum of RGB (Red+Green+Blue) = 193+153+95=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1995F is #3E66A0. Grayscale: #9E9E9E. Windows color (decimal): -4089505 or 6265281. OLE color: 6265281.

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

Color convert

RGB19315395-
CMYK00.210.510.24
HSL35.51º44.14%56.47%-
HSV(B)35.51º50.78%75.69%-
XYZ35.4534.9515.7-
YUV158.3592.25152.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=43.76%
G=34.69%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931539500.210.510.2435.5144.1456.47
HexC1995F0153318242c38
Octal3012311370256330445470
Binary1100000110011001101111101010111001111000100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1995F; }

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

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

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

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

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

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

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

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