#CA763A

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

Shades of Zest #CA763A

Tints of Zest #CA763A

Color information

#CA763A (or 0xCA763A) is unknown color: approx Zest. HEX triplet: CA, 76 and 3A. RGB value is (202,118,58). Sum of RGB (Red+Green+Blue) = 202+118+58=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA763A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA763A is #3589C5. Grayscale: #888888. Windows color (decimal): -3508678 or 3831498. OLE color: 3831498.

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

Color convert

RGB20211858-
CMYK00.420.710.21
HSL25º57.6%50.98%-
HSV(B)25º71.29%79.22%-
XYZ31.625.827.32-
YUV136.2883.83174.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=53.44%
G=31.22%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021185800.420.710.212557.650.98
HexCA763A02A4715193a33
Octal3121667205210725317263
Binary110010101110110111010010101010001111010111001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA763A; }

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

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

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

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

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

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

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

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