#C0905D

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

Shades of Twine #C0905D

Tints of Twine #C0905D

Color information

#C0905D (or 0xC0905D) is unknown color: approx Twine. HEX triplet: C0, 90 and 5D. RGB value is (192,144,93). Sum of RGB (Red+Green+Blue) = 192+144+93=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0905D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0905D is #3F6FA2. Grayscale: #989898. Windows color (decimal): -4157347 or 6131904. OLE color: 6131904.

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

Color convert

RGB19214493-
CMYK00.250.520.25
HSL30.91º44%55.88%-
HSV(B)30.91º51.56%75.29%-
XYZ33.6931.9414.75-
YUV152.5494.4156.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 93 (36.72% from 255) = 21.68%
R=44.76%
G=33.57%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921449300.250.520.2530.914455.88
HexC0905D01934191f2c38
Octal3002201350316431375470
Binary110000001001000010111010110011101001100111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0905D; }

 p { color: rgb(192,144,93); }

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

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

 a { background-color: rgb(192,144,93); }

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

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

 span { border-color: rgb(192,144,93); }

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