#C28A5E

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

Shades of Twine #C28A5E

Tints of Twine #C28A5E

Color information

#C28A5E (or 0xC28A5E) is unknown color: approx Twine. HEX triplet: C2, 8A and 5E. RGB value is (194,138,94). Sum of RGB (Red+Green+Blue) = 194+138+94=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A5E is #3D75A1. Grayscale: #959595. Windows color (decimal): -4027810 or 6195906. OLE color: 6195906.

HSL color Cylindrical-coordinate representation of color #C28A5E: hue angle of 26.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C28A5E is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19413894-
CMYK00.290.520.24
HSL26.4º45.05%56.47%-
HSV(B)26.4º51.55%76.08%-
XYZ33.3630.4514.71-
YUV149.7396.55159.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=45.54%
G=32.39%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941389400.290.520.2426.445.0556.47
HexC28A5E01D34181a2d38
Octal3022121360356430325570
Binary110000101000101010111100111011101001100011010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A5E; }

 p { color: rgb(194,138,94); }

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

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

 a { background-color: rgb(194,138,94); }

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

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

 span { border-color: rgb(194,138,94); }

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