#C27041

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

Shades of Zest #C27041

Tints of Zest #C27041

Color information

#C27041 (or 0xC27041) is unknown color: approx Zest. HEX triplet: C2, 70 and 41. RGB value is (194,112,65). Sum of RGB (Red+Green+Blue) = 194+112+65=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C27041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27041 is #3D8FBE. Grayscale: #838383. Windows color (decimal): -4034495 or 4288706. OLE color: 4288706.

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

Color convert

RGB19411265-
CMYK00.420.660.24
HSL21.86º51.39%50.78%-
HSV(B)21.86º66.49%76.08%-
XYZ2923.448-
YUV131.1690.67172.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=52.29%
G=30.19%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941126500.420.660.2421.8651.3950.78
HexC2704102A4218163333
Octal30216010105210230266363
Binary1100001011100001000001010101010000101100010110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27041; }

 p { color: rgb(194,112,65); }

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

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

 a { background-color: rgb(194,112,65); }

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

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

 span { border-color: rgb(194,112,65); }

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