#C2875E

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

Shades of Twine #C2875E

Tints of Twine #C2875E

Color information

#C2875E (or 0xC2875E) is unknown color: approx Twine. HEX triplet: C2, 87 and 5E. RGB value is (194,135,94). Sum of RGB (Red+Green+Blue) = 194+135+94=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2875E is #3D78A1. Grayscale: #949494. Windows color (decimal): -4028578 or 6195138. OLE color: 6195138.

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

Color convert

RGB19413594-
CMYK00.300.520.24
HSL24.6º45.05%56.47%-
HSV(B)24.6º51.55%76.08%-
XYZ32.9329.6114.57-
YUV147.9797.55160.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=45.86%
G=31.91%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941359400.300.520.2424.645.0556.47
HexC2875E01E3418192d38
Octal3022071360366430315570
Binary110000101000011110111100111101101001100011001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2875E; }

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

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

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

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

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

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

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

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