#C7925A

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

Shades of Twine #C7925A

Tints of Twine #C7925A

Color information

#C7925A (or 0xC7925A) is unknown color: approx Twine. HEX triplet: C7, 92 and 5A. RGB value is (199,146,90). Sum of RGB (Red+Green+Blue) = 199+146+90=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7925A is #386DA5. Grayscale: #9B9B9B. Windows color (decimal): -3698086 or 5935815. OLE color: 5935815.

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

Color convert

RGB19914690-
CMYK00.270.550.22
HSL30.83º49.32%56.67%-
HSV(B)30.83º54.77%78.04%-
XYZ35.6833.4414.25-
YUV155.4691.06159.05-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.75%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 90 (35.55% from 255) = 20.69%
R=45.75%
G=33.56%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991469000.270.550.2230.8349.3256.67
HexC7925A01B37161f3139
Octal3072221320336726376171
Binary110001111001001010110100110111101111011011111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7925A; }

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

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

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

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

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

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

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

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