#CA6F3D

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

Shades of Zest #CA6F3D

Tints of Zest #CA6F3D

Color information

#CA6F3D (or 0xCA6F3D) is unknown color: approx Zest. HEX triplet: CA, 6F and 3D. RGB value is (202,111,61). Sum of RGB (Red+Green+Blue) = 202+111+61=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6F3D is #3590C2. Grayscale: #848484. Windows color (decimal): -3510467 or 4026314. OLE color: 4026314.

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

Color convert

RGB20211161-
CMYK00.450.700.21
HSL21.28º57.09%51.57%-
HSV(B)21.28º69.8%79.22%-
XYZ30.8824.267.47-
YUV132.5187.65177.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=54.01%
G=29.68%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021116100.450.700.2121.2857.0951.57
HexCA6F3D02D4615153934
Octal3121577505510625257164
Binary110010101101111111101010110110001101010110101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F3D; }

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

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

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

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

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

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

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

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