#CA6A2C

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

Shades of Gold Drop #CA6A2C

Tints of Gold Drop #CA6A2C

Color information

#CA6A2C (or 0xCA6A2C) is unknown color: approx Gold Drop. HEX triplet: CA, 6A and 2C. RGB value is (202,106,44). Sum of RGB (Red+Green+Blue) = 202+106+44=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A2C is #3595D3. Grayscale: #7F7F7F. Windows color (decimal): -3511764 or 2910922. OLE color: 2910922.

HSL color Cylindrical-coordinate representation of color #CA6A2C: hue angle of 23.54º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA6A2C is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20210644-
CMYK00.480.780.21
HSL23.54º64.23%48.24%-
HSV(B)23.54º78.22%79.22%-
XYZ29.9723.055.25-
YUV127.6480.8181.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 106 (41.80% from 255) = 30.11%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=57.39%
G=30.11%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021064400.480.780.2123.5464.2348.24
HexCA6A2C0304E15184030
Octal31215254060116253010060
Binary1100101011010101011000110000100111010101110001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A2C; }

 p { color: rgb(202,106,44); }

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

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

 a { background-color: rgb(202,106,44); }

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

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

 span { border-color: rgb(202,106,44); }

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