#C0905C

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

Shades of Twine #C0905C

Tints of Twine #C0905C

Color information

#C0905C (or 0xC0905C) is unknown color: approx Twine. HEX triplet: C0, 90 and 5C. RGB value is (192,144,92). Sum of RGB (Red+Green+Blue) = 192+144+92=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0905C is #3F6FA3. Grayscale: #989898. Windows color (decimal): -4157348 or 6066368. OLE color: 6066368.

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

Color convert

RGB19214492-
CMYK00.250.520.25
HSL31.2º44.25%55.69%-
HSV(B)31.2º52.08%75.29%-
XYZ33.6431.9314.51-
YUV152.4293.9156.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=44.86%
G=33.64%
B=21.50%

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
Decimal1921449200.250.520.2531.244.2555.69
HexC0905C01934191f2c38
Octal3002201340316431375470
Binary110000001001000010111000110011101001100111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0905C; }

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

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

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

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

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

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

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

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