#C1875E

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

Shades of Twine #C1875E

Tints of Twine #C1875E

Color information

#C1875E (or 0xC1875E) is unknown color: approx Twine. HEX triplet: C1, 87 and 5E. RGB value is (193,135,94). Sum of RGB (Red+Green+Blue) = 193+135+94=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1875E is #3E78A1. Grayscale: #939393. Windows color (decimal): -4094114 or 6195137. OLE color: 6195137.

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

Color convert

RGB19313594-
CMYK00.300.510.24
HSL24.85º44.39%56.27%-
HSV(B)24.85º51.3%75.69%-
XYZ32.6829.4714.56-
YUV147.6797.72160.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.73%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 94 (37.11% from 255) = 22.27%
R=45.73%
G=31.99%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931359400.300.510.2424.8544.3956.27
HexC1875E01E3318192c38
Octal3012071360366330315470
Binary110000011000011110111100111101100111100011001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1875E; }

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

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

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

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

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

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

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

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