#C08F63

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

Shades of Twine #C08F63

Tints of Twine #C08F63

Color information

#C08F63 (or 0xC08F63) is unknown color: approx Twine. HEX triplet: C0, 8F and 63. RGB value is (192,143,99). Sum of RGB (Red+Green+Blue) = 192+143+99=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F63 is #3F709C. Grayscale: #989898. Windows color (decimal): -4157597 or 6524864. OLE color: 6524864.

HSL color Cylindrical-coordinate representation of color #C08F63: hue angle of 28.39º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C08F63 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19214399-
CMYK00.260.480.25
HSL28.39º42.47%57.06%-
HSV(B)28.39º48.44%75.29%-
XYZ33.8131.7516.15-
YUV152.6497.73156.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=44.24%
G=32.95%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921439900.260.480.2528.3942.4757.06
HexC08F6301A30191c2a39
Octal3002171430326031345271
Binary110000001000111111000110110101100001100111100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F63; }

 p { color: rgb(192,143,99); }

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

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

 a { background-color: rgb(192,143,99); }

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

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

 span { border-color: rgb(192,143,99); }

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