#CA7643

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

Shades of Zest #CA7643

Tints of Zest #CA7643

Color information

#CA7643 (or 0xCA7643) is unknown color: approx Zest. HEX triplet: CA, 76 and 43. RGB value is (202,118,67). Sum of RGB (Red+Green+Blue) = 202+118+67=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7643 is #3589BC. Grayscale: #898989. Windows color (decimal): -3508669 or 4421322. OLE color: 4421322.

HSL color Cylindrical-coordinate representation of color #CA7643: hue angle of 22.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA7643 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20211867-
CMYK00.420.670.21
HSL22.67º56.02%52.75%-
HSV(B)22.67º66.83%79.22%-
XYZ31.8525.928.63-
YUV137.388.33174.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 67 (26.56% from 255) = 17.31%
R=52.20%
G=30.49%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021186700.420.670.2122.6756.0252.75
HexCA764302A4315173835
Octal31216610305210325277065
Binary1100101011101101000011010101010000111010110111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7643; }

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

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

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

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

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

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

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

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