#C7925F

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

Shades of Twine #C7925F

Tints of Twine #C7925F

Color information

#C7925F (or 0xC7925F) is unknown color: approx Twine. HEX triplet: C7, 92 and 5F. RGB value is (199,146,95). Sum of RGB (Red+Green+Blue) = 199+146+95=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7925F is #386DA0. Grayscale: #9C9C9C. Windows color (decimal): -3698081 or 6263495. OLE color: 6263495.

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

Color convert

RGB19914695-
CMYK00.270.520.22
HSL29.42º48.15%57.65%-
HSV(B)29.42º52.26%78.04%-
XYZ35.933.5315.41-
YUV156.0393.56158.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=45.23%
G=33.18%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991469500.270.520.2229.4248.1557.65
HexC7925F01B34161d303a
Octal3072221370336426356072
Binary110001111001001010111110110111101001011011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7925F; }

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

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

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

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

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

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

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

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