#CA6D33

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

Shades of Zest #CA6D33

Tints of Zest #CA6D33

Color information

#CA6D33 (or 0xCA6D33) is unknown color: approx Zest. HEX triplet: CA, 6D and 33. RGB value is (202,109,51). Sum of RGB (Red+Green+Blue) = 202+109+51=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6D33 is #3592CC. Grayscale: #828282. Windows color (decimal): -3510989 or 3370442. OLE color: 3370442.

HSL color Cylindrical-coordinate representation of color #CA6D33: hue angle of 23.05º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA6D33 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20210951-
CMYK00.460.750.21
HSL23.05º59.68%49.61%-
HSV(B)23.05º74.75%79.22%-
XYZ30.4223.736.11-
YUV130.283.31179.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.80%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 51 (20.31% from 255) = 14.09%
R=55.80%
G=30.11%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021095100.460.750.2123.0559.6849.61
HexCA6D3302E4B15173c32
Octal3121556305611325277462
Binary110010101101101110011010111010010111010110111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6D33; }

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

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

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

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

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

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

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

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