#CA6D3D

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

Shades of Zest #CA6D3D

Tints of Zest #CA6D3D

Color information

#CA6D3D (or 0xCA6D3D) is unknown color: approx Zest. HEX triplet: CA, 6D and 3D. RGB value is (202,109,61). Sum of RGB (Red+Green+Blue) = 202+109+61=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D3D is #3592C2. Grayscale: #838383. Windows color (decimal): -3510979 or 4025802. OLE color: 4025802.

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

Color convert

RGB20210961-
CMYK00.460.700.21
HSL20.43º57.09%51.57%-
HSV(B)20.43º69.8%79.22%-
XYZ30.6723.837.4-
YUV131.3488.31178.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=54.30%
G=29.30%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021096100.460.700.2120.4357.0951.57
HexCA6D3D02E4615143934
Octal3121557505610625247164
Binary110010101101101111101010111010001101010110100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D3D; }

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

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

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

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

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

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

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

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