#C0925C

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

Shades of Twine #C0925C

Tints of Twine #C0925C

Color information

#C0925C (or 0xC0925C) is unknown color: approx Twine. HEX triplet: C0, 92 and 5C. RGB value is (192,146,92). Sum of RGB (Red+Green+Blue) = 192+146+92=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0925C is #3F6DA3. Grayscale: #999999. Windows color (decimal): -4156836 or 6066880. OLE color: 6066880.

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

Color convert

RGB19214692-
CMYK00.240.520.25
HSL32.4º44.25%55.69%-
HSV(B)32.4º52.08%75.29%-
XYZ33.9532.5414.62-
YUV153.693.24155.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=44.65%
G=33.95%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921469200.240.520.2532.444.2555.69
HexC0925C0183419202c38
Octal3002221340306431405470
Binary1100000010010010101110001100011010011001100000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0925C; }

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

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

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

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

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

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

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

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