#C3905E

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

Shades of Twine #C3905E

Tints of Twine #C3905E

Color information

#C3905E (or 0xC3905E) is unknown color: approx Twine. HEX triplet: C3, 90 and 5E. RGB value is (195,144,94). Sum of RGB (Red+Green+Blue) = 195+144+94=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3905E is #3C6FA1. Grayscale: #999999. Windows color (decimal): -3960738 or 6197443. OLE color: 6197443.

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

Color convert

RGB19514494-
CMYK00.260.520.24
HSL29.7º45.7%56.67%-
HSV(B)29.7º51.79%76.47%-
XYZ34.532.3615.02-
YUV153.5594.4157.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=45.03%
G=33.26%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951449400.260.520.2429.745.756.67
HexC3905E01A34181e2e39
Octal3032201360326430365671
Binary110000111001000010111100110101101001100011110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3905E; }

 p { color: rgb(195,144,94); }

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

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

 a { background-color: rgb(195,144,94); }

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

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

 span { border-color: rgb(195,144,94); }

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