#C4905A

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

Shades of Twine #C4905A

Tints of Twine #C4905A

Color information

#C4905A (or 0xC4905A) is unknown color: approx Twine. HEX triplet: C4, 90 and 5A. RGB value is (196,144,90). Sum of RGB (Red+Green+Blue) = 196+144+90=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4905A is #3B6FA5. Grayscale: #999999. Windows color (decimal): -3895206 or 5935300. OLE color: 5935300.

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

Color convert

RGB19614490-
CMYK00.270.540.23
HSL30.57º47.32%56.08%-
HSV(B)30.57º54.08%76.86%-
XYZ34.5832.4214.11-
YUV153.3992.23158.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=45.58%
G=33.49%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961449000.270.540.2330.5747.3256.08
HexC4905A01B36171f2f38
Octal3042201320336627375770
Binary110001001001000010110100110111101101011111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4905A; }

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

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

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

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

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

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

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

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