#C27038

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

Shades of Zest #C27038

Tints of Zest #C27038

Color information

#C27038 (or 0xC27038) is unknown color: approx Zest. HEX triplet: C2, 70 and 38. RGB value is (194,112,56). Sum of RGB (Red+Green+Blue) = 194+112+56=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C27038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27038 is #3D8FC7. Grayscale: #828282. Windows color (decimal): -4034504 or 3698882. OLE color: 3698882.

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

Color convert

RGB19411256-
CMYK00.420.710.24
HSL24.35º55.2%49.02%-
HSV(B)24.35º71.13%76.08%-
XYZ28.7623.346.73-
YUV130.1386.17173.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.59%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 56 (22.27% from 255) = 15.47%
R=53.59%
G=30.94%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941125600.420.710.2424.3555.249.02
HexC2703802A4718183731
Octal3021607005210730306761
Binary110000101110000111000010101010001111100011000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27038; }

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

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

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

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

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

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

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

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