#C09A55

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

Shades of Twine #C09A55

Tints of Twine #C09A55

Color information

#C09A55 (or 0xC09A55) is unknown color: approx Twine. HEX triplet: C0, 9A and 55. RGB value is (192,154,85). Sum of RGB (Red+Green+Blue) = 192+154+85=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A55 is #3F65AA. Grayscale: #9D9D9D. Windows color (decimal): -4154795 or 5610176. OLE color: 5610176.

HSL color Cylindrical-coordinate representation of color #C09A55: hue angle of 38.69º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C09A55 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19215485-
CMYK00.200.560.25
HSL38.69º45.92%54.31%-
HSV(B)38.69º55.73%75.29%-
XYZ34.9334.9713.5-
YUV157.587.09152.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=44.55%
G=35.73%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921548500.200.560.2538.6945.9254.31
HexC09A550143819272e36
Octal3002321250247031475666
Binary1100000010011010101010101010011100011001100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A55; }

 p { color: rgb(192,154,85); }

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

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

 a { background-color: rgb(192,154,85); }

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

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

 span { border-color: rgb(192,154,85); }

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