#C27245

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

Shades of Zest #C27245

Tints of Zest #C27245

Color information

#C27245 (or 0xC27245) is unknown color: approx Zest. HEX triplet: C2, 72 and 45. RGB value is (194,114,69). Sum of RGB (Red+Green+Blue) = 194+114+69=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C27245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27245 is #3D8DBA. Grayscale: #858585. Windows color (decimal): -4033979 or 4551362. OLE color: 4551362.

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

Color convert

RGB19411469-
CMYK00.410.640.24
HSL21.6º50.61%51.57%-
HSV(B)21.6º64.43%76.08%-
XYZ29.3423.938.7-
YUV132.7992171.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 69 (27.34% from 255) = 18.30%
R=51.46%
G=30.24%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941146900.410.640.2421.650.6151.57
HexC272450294018163334
Octal30216210505110030266364
Binary1100001011100101000101010100110000001100010110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27245; }

 p { color: rgb(194,114,69); }

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

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

 a { background-color: rgb(194,114,69); }

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

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

 span { border-color: rgb(194,114,69); }

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