#C07038

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

Shades of Zest #C07038

Tints of Zest #C07038

Color information

#C07038 (or 0xC07038) is unknown color: approx Zest. HEX triplet: C0, 70 and 38. RGB value is (192,112,56). Sum of RGB (Red+Green+Blue) = 192+112+56=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C07038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07038 is #3F8FC7. Grayscale: #818181. Windows color (decimal): -4165576 or 3698880. OLE color: 3698880.

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

Color convert

RGB19211256-
CMYK00.420.710.25
HSL24.71º54.84%48.63%-
HSV(B)24.71º70.83%75.29%-
XYZ28.2523.086.71-
YUV129.5486.5172.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.33%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=53.33%
G=31.11%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921125600.420.710.2524.7154.8448.63
HexC0703802A4719193731
Octal3001607005210731316761
Binary110000001110000111000010101010001111100111001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07038; }

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

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

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

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

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

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

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

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