#C3905A

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

Shades of Twine #C3905A

Tints of Twine #C3905A

Color information

#C3905A (or 0xC3905A) is unknown color: approx Twine. HEX triplet: C3, 90 and 5A. RGB value is (195,144,90). Sum of RGB (Red+Green+Blue) = 195+144+90=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3905A is #3C6FA5. Grayscale: #999999. Windows color (decimal): -3960742 or 5935299. OLE color: 5935299.

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

Color convert

RGB19514490-
CMYK00.260.540.24
HSL30.86º46.67%55.88%-
HSV(B)30.86º53.85%76.47%-
XYZ34.3232.2914.1-
YUV153.0992.4157.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 90 (35.55% from 255) = 20.98%
R=45.45%
G=33.57%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951449000.260.540.2430.8646.6755.88
HexC3905A01A36181f2f38
Octal3032201320326630375770
Binary110000111001000010110100110101101101100011111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3905A; }

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

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

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

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

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

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

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

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