#CA723A

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

Shades of Zest #CA723A

Tints of Zest #CA723A

Color information

#CA723A (or 0xCA723A) is unknown color: approx Zest. HEX triplet: CA, 72 and 3A. RGB value is (202,114,58). Sum of RGB (Red+Green+Blue) = 202+114+58=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA723A is #358DC5. Grayscale: #868686. Windows color (decimal): -3509702 or 3830474. OLE color: 3830474.

HSL color Cylindrical-coordinate representation of color #CA723A: hue angle of 23.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA723A is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20211458-
CMYK00.440.710.21
HSL23.33º57.6%50.98%-
HSV(B)23.33º71.29%79.22%-
XYZ31.1424.97.17-
YUV133.9385.15176.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 114 (44.92% from 255) = 30.48%
BLUE value IS 58 (23.05% from 255) = 15.51%
R=54.01%
G=30.48%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021145800.440.710.2123.3357.650.98
HexCA723A02C4715173a33
Octal3121627205410725277263
Binary110010101110010111010010110010001111010110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA723A; }

 p { color: rgb(202,114,58); }

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

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

 a { background-color: rgb(202,114,58); }

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

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

 span { border-color: rgb(202,114,58); }

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