#C0935C

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

Shades of Twine #C0935C

Tints of Twine #C0935C

Color information

#C0935C (or 0xC0935C) is unknown color: approx Twine. HEX triplet: C0, 93 and 5C. RGB value is (192,147,92). Sum of RGB (Red+Green+Blue) = 192+147+92=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0935C is #3F6CA3. Grayscale: #9A9A9A. Windows color (decimal): -4156580 or 6067136. OLE color: 6067136.

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

Color convert

RGB19214792-
CMYK00.230.520.25
HSL33º44.25%55.69%-
HSV(B)33º52.08%75.29%-
XYZ34.132.8514.67-
YUV154.1892.91154.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=44.55%
G=34.11%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921479200.230.520.253344.2555.69
HexC0935C0173419212c38
Octal3002231340276431415470
Binary1100000010010011101110001011111010011001100001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0935C; }

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

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

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

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

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

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

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

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