#C26938

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

Shades of Zest #C26938

Tints of Zest #C26938

Color information

#C26938 (or 0xC26938) is unknown color: approx Zest. HEX triplet: C2, 69 and 38. RGB value is (194,105,56). Sum of RGB (Red+Green+Blue) = 194+105+56=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C26938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26938 is #3D96C7. Grayscale: #7E7E7E. Windows color (decimal): -4036296 or 3697090. OLE color: 3697090.

HSL color Cylindrical-coordinate representation of color #C26938: hue angle of 21.3º 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 #C26938 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19410556-
CMYK00.460.710.24
HSL21.3º55.2%49.02%-
HSV(B)21.3º71.13%76.08%-
XYZ28.0121.866.48-
YUV126.0288.49176.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=54.65%
G=29.58%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941055600.460.710.2421.355.249.02
HexC2693802E4718153731
Octal3021517005610730256761
Binary110000101101001111000010111010001111100010101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26938; }

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

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

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

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

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

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

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

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