#C9905A

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

Shades of Twine #C9905A

Tints of Twine #C9905A

Color information

#C9905A (or 0xC9905A) is unknown color: approx Twine. HEX triplet: C9, 90 and 5A. RGB value is (201,144,90). Sum of RGB (Red+Green+Blue) = 201+144+90=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9905A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9905A is #366FA5. Grayscale: #9B9B9B. Windows color (decimal): -3567526 or 5935305. OLE color: 5935305.

HSL color Cylindrical-coordinate representation of color #C9905A: hue angle of 29.19º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9905A is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20114490-
CMYK00.280.550.21
HSL29.19º50.68%57.06%-
HSV(B)29.19º55.22%78.82%-
XYZ35.9133.114.17-
YUV154.8991.38160.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.21%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=46.21%
G=33.10%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011449000.280.550.2129.1950.6857.06
HexC9905A01C37151d3339
Octal3112201320346725356371
Binary110010011001000010110100111001101111010111101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9905A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9905A; }

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

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

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

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

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

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

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

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