#CA763D

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

Shades of Zest #CA763D

Tints of Zest #CA763D

Color information

#CA763D (or 0xCA763D) is unknown color: approx Zest. HEX triplet: CA, 76 and 3D. RGB value is (202,118,61). Sum of RGB (Red+Green+Blue) = 202+118+61=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA763D is #3589C2. Grayscale: #888888. Windows color (decimal): -3508675 or 4028106. OLE color: 4028106.

HSL color Cylindrical-coordinate representation of color #CA763D: hue angle of 24.26º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA763D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20211861-
CMYK00.420.700.21
HSL24.26º57.09%51.57%-
HSV(B)24.26º69.8%79.22%-
XYZ31.6825.857.73-
YUV136.6285.33174.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 61 (24.22% from 255) = 16.01%
R=53.02%
G=30.97%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021186100.420.700.2124.2657.0951.57
HexCA763D02A4615183934
Octal3121667505210625307164
Binary110010101110110111101010101010001101010111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA763D; }

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

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

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

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

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

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

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

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