#C28A5A

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

Shades of Twine #C28A5A

Tints of Twine #C28A5A

Color information

#C28A5A (or 0xC28A5A) is unknown color: approx Twine. HEX triplet: C2, 8A and 5A. RGB value is (194,138,90). Sum of RGB (Red+Green+Blue) = 194+138+90=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A5A is #3D75A5. Grayscale: #959595. Windows color (decimal): -4027814 or 5933762. OLE color: 5933762.

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

Color convert

RGB19413890-
CMYK00.290.540.24
HSL27.69º46.02%55.69%-
HSV(B)27.69º53.61%76.08%-
XYZ33.1830.3813.79-
YUV149.2794.55159.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 138 (54.30% from 255) = 32.70%
BLUE value IS 90 (35.55% from 255) = 21.33%
R=45.97%
G=32.70%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941389000.290.540.2427.6946.0255.69
HexC28A5A01D36181c2e38
Octal3022121320356630345670
Binary110000101000101010110100111011101101100011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A5A; }

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

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

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

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

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

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

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

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