#C0915B

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

Shades of Twine #C0915B

Tints of Twine #C0915B

Color information

#C0915B (or 0xC0915B) is unknown color: approx Twine. HEX triplet: C0, 91 and 5B. RGB value is (192,145,91). Sum of RGB (Red+Green+Blue) = 192+145+91=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0915B is #3F6EA4. Grayscale: #999999. Windows color (decimal): -4157093 or 6001088. OLE color: 6001088.

HSL color Cylindrical-coordinate representation of color #C0915B: hue angle of 32.08º 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 #C0915B is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19214591-
CMYK00.240.530.25
HSL32.08º44.49%55.49%-
HSV(B)32.08º52.6%75.29%-
XYZ33.7532.2114.34-
YUV152.993.07155.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 91 (35.94% from 255) = 21.26%
R=44.86%
G=33.88%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921459100.240.530.2532.0844.4955.49
HexC0915B0183519202c37
Octal3002211330306531405467
Binary1100000010010001101101101100011010111001100000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0915B; }

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

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

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

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

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

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

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

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