#C7925B

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

Shades of Twine #C7925B

Tints of Twine #C7925B

Color information

#C7925B (or 0xC7925B) is unknown color: approx Twine. HEX triplet: C7, 92 and 5B. RGB value is (199,146,91). Sum of RGB (Red+Green+Blue) = 199+146+91=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7925B is #386DA4. Grayscale: #9B9B9B. Windows color (decimal): -3698085 or 6001351. OLE color: 6001351.

HSL color Cylindrical-coordinate representation of color #C7925B: hue angle of 30.56º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7925B is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19914691-
CMYK00.270.540.22
HSL30.56º49.09%56.86%-
HSV(B)30.56º54.27%78.04%-
XYZ35.7233.4614.47-
YUV155.5891.56158.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 91 (35.94% from 255) = 20.87%
R=45.64%
G=33.49%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991469100.270.540.2230.5649.0956.86
HexC7925B01B36161f3139
Octal3072221330336626376171
Binary110001111001001010110110110111101101011011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7925B; }

 p { color: rgb(199,146,91); }

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

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

 a { background-color: rgb(199,146,91); }

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

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

 span { border-color: rgb(199,146,91); }

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