#CA783A

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

Shades of Zest #CA783A

Tints of Zest #CA783A

Color information

#CA783A (or 0xCA783A) is unknown color: approx Zest. HEX triplet: CA, 78 and 3A. RGB value is (202,120,58). Sum of RGB (Red+Green+Blue) = 202+120+58=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA783A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA783A is #3587C5. Grayscale: #898989. Windows color (decimal): -3508166 or 3832010. OLE color: 3832010.

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

Color convert

RGB20212058-
CMYK00.410.710.21
HSL25.83º57.6%50.98%-
HSV(B)25.83º71.29%79.22%-
XYZ31.8426.297.4-
YUV137.4583.17174.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 58 (23.05% from 255) = 15.26%
R=53.16%
G=31.58%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021205800.410.710.2125.8357.650.98
HexCA783A02947151a3a33
Octal3121707205110725327263
Binary110010101111000111010010100110001111010111010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA783A; }

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

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

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

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

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

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

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

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