#C7925C

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

Shades of Twine #C7925C

Tints of Twine #C7925C

Color information

#C7925C (or 0xC7925C) is unknown color: approx Twine. HEX triplet: C7, 92 and 5C. RGB value is (199,146,92). Sum of RGB (Red+Green+Blue) = 199+146+92=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7925C is #386DA3. Grayscale: #9B9B9B. Windows color (decimal): -3698084 or 6066887. OLE color: 6066887.

HSL color Cylindrical-coordinate representation of color #C7925C: hue angle of 30.28º 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 #C7925C is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19914692-
CMYK00.270.540.22
HSL30.28º48.86%57.06%-
HSV(B)30.28º53.77%78.04%-
XYZ35.7633.4714.7-
YUV155.6992.06158.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=45.54%
G=33.41%
B=21.05%

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
Decimal1991469200.270.540.2230.2848.8657.06
HexC7925C01B36161e3139
Octal3072221340336626366171
Binary110001111001001010111000110111101101011011110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7925C; }

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

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

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

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

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

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

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

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