#C08A5B

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

Shades of Twine #C08A5B

Tints of Twine #C08A5B

Color information

#C08A5B (or 0xC08A5B) is unknown color: approx Twine. HEX triplet: C0, 8A and 5B. RGB value is (192,138,91). Sum of RGB (Red+Green+Blue) = 192+138+91=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A5B is #3F75A4. Grayscale: #959595. Windows color (decimal): -4158885 or 5999296. OLE color: 5999296.

HSL color Cylindrical-coordinate representation of color #C08A5B: hue angle of 27.92º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C08A5B is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19213891-
CMYK00.280.530.25
HSL27.92º44.49%55.49%-
HSV(B)27.92º52.6%75.29%-
XYZ32.7230.1413.99-
YUV148.7995.39158.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 138 (54.30% from 255) = 32.78%
BLUE value IS 91 (35.94% from 255) = 21.62%
R=45.61%
G=32.78%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921389100.280.530.2527.9244.4955.49
HexC08A5B01C35191c2c37
Octal3002121330346531345467
Binary110000001000101010110110111001101011100111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08A5B; }

 p { color: rgb(192,138,91); }

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

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

 a { background-color: rgb(192,138,91); }

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

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

 span { border-color: rgb(192,138,91); }

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