#C3905D

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

Shades of Twine #C3905D

Tints of Twine #C3905D

Color information

#C3905D (or 0xC3905D) is unknown color: approx Twine. HEX triplet: C3, 90 and 5D. RGB value is (195,144,93). Sum of RGB (Red+Green+Blue) = 195+144+93=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3905D is #3C6FA2. Grayscale: #999999. Windows color (decimal): -3960739 or 6131907. OLE color: 6131907.

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

Color convert

RGB19514493-
CMYK00.260.520.24
HSL30º45.95%56.47%-
HSV(B)30º52.31%76.47%-
XYZ34.4532.3414.78-
YUV153.4493.9157.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=45.14%
G=33.33%
B=21.53%

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
Decimal1951449300.260.520.243045.9556.47
HexC3905D01A34181e2e38
Octal3032201350326430365670
Binary110000111001000010111010110101101001100011110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3905D; }

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

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

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

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

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

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

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

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