#CA6B3B

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

Shades of Zest #CA6B3B

Tints of Zest #CA6B3B

Color information

#CA6B3B (or 0xCA6B3B) is unknown color: approx Zest. HEX triplet: CA, 6B and 3B. RGB value is (202,107,59). Sum of RGB (Red+Green+Blue) = 202+107+59=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6B3B is #3594C4. Grayscale: #828282. Windows color (decimal): -3511493 or 3894218. OLE color: 3894218.

HSL color Cylindrical-coordinate representation of color #CA6B3B: hue angle of 20.14º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA6B3B is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20210759-
CMYK00.470.710.21
HSL20.14º57.43%51.18%-
HSV(B)20.14º70.79%79.22%-
XYZ30.423.397.05-
YUV129.9387.97179.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.89%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 59 (23.44% from 255) = 16.03%
R=54.89%
G=29.08%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021075900.470.710.2120.1457.4351.18
HexCA6B3B02F4715143933
Octal3121537305710725247163
Binary110010101101011111011010111110001111010110100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B3B; }

 p { color: rgb(202,107,59); }

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

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

 a { background-color: rgb(202,107,59); }

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

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

 span { border-color: rgb(202,107,59); }

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