#C48A5C

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

Shades of Twine #C48A5C

Tints of Twine #C48A5C

Color information

#C48A5C (or 0xC48A5C) is unknown color: approx Twine. HEX triplet: C4, 8A and 5C. RGB value is (196,138,92). Sum of RGB (Red+Green+Blue) = 196+138+92=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A5C is #3B75A3. Grayscale: #969696. Windows color (decimal): -3896740 or 6064836. OLE color: 6064836.

HSL color Cylindrical-coordinate representation of color #C48A5C: hue angle of 26.54º 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 #C48A5C is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19613892-
CMYK00.300.530.23
HSL26.54º46.85%56.47%-
HSV(B)26.54º53.06%76.86%-
XYZ33.7930.6914.27-
YUV150.195.22160.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=46.01%
G=32.39%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961389200.300.530.2326.5446.8556.47
HexC48A5C01E35171b2f38
Octal3042121340366527335770
Binary110001001000101010111000111101101011011111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48A5C; }

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

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

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

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

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

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

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

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