#C4925C

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

Shades of Twine #C4925C

Tints of Twine #C4925C

Color information

#C4925C (or 0xC4925C) is unknown color: approx Twine. HEX triplet: C4, 92 and 5C. RGB value is (196,146,92). Sum of RGB (Red+Green+Blue) = 196+146+92=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4925C is #3B6DA3. Grayscale: #9B9B9B. Windows color (decimal): -3894692 or 6066884. OLE color: 6066884.

HSL color Cylindrical-coordinate representation of color #C4925C: hue angle of 31.15º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C4925C is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19614692-
CMYK00.260.530.23
HSL31.15º46.85%56.47%-
HSV(B)31.15º53.06%76.86%-
XYZ34.9833.0714.66-
YUV154.7992.56157.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=45.16%
G=33.64%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961469200.260.530.2331.1546.8556.47
HexC4925C01A35171f2f38
Octal3042221340326527375770
Binary110001001001001010111000110101101011011111111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4925C; }

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

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

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

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

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

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

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

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