#C08158

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

Shades of Twine #C08158

Tints of Twine #C08158

Color information

#C08158 (or 0xC08158) is unknown color: approx Twine. HEX triplet: C0, 81 and 58. RGB value is (192,129,88). Sum of RGB (Red+Green+Blue) = 192+129+88=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C08158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08158 is #3F7EA7. Grayscale: #8F8F8F. Windows color (decimal): -4161192 or 5800384. OLE color: 5800384.

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

Color convert

RGB19212988-
CMYK00.330.540.25
HSL23.65º45.22%54.9%-
HSV(B)23.65º54.17%75.29%-
XYZ31.3527.6112.91-
YUV143.1696.87162.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.94%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=46.94%
G=31.54%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921298800.330.540.2523.6545.2254.9
HexC081580213619182d37
Octal3002011300416631305567
Binary1100000010000001101100001000011101101100111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08158; }

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

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

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

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

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

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

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

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