#C08157

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

Shades of Twine #C08157

Tints of Twine #C08157

Color information

#C08157 (or 0xC08157) is unknown color: approx Twine. HEX triplet: C0, 81 and 57. RGB value is (192,129,87). Sum of RGB (Red+Green+Blue) = 192+129+87=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C08157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08157 is #3F7EA8. Grayscale: #8F8F8F. Windows color (decimal): -4161193 or 5734848. OLE color: 5734848.

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

Color convert

RGB19212987-
CMYK00.330.550.25
HSL24º45.45%54.71%-
HSV(B)24º54.69%75.29%-
XYZ31.3127.612.69-
YUV143.0596.37162.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=47.06%
G=31.62%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921298700.330.550.252445.4554.71
HexC081570213719182d37
Octal3002011270416731305567
Binary1100000010000001101011101000011101111100111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08157; }

 p { color: rgb(192,129,87); }

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

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

 a { background-color: rgb(192,129,87); }

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

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

 span { border-color: rgb(192,129,87); }

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