Shades of Gold Drop #CA6A2E
Tints of Gold Drop #CA6A2E
RGB
CMYK
RGB Variations
Color information
#CA6A2E (or 0xCA6A2E) is known color: Gold Drop. HEX triplet: CA, 6A and 2E. RGB value is (202,106,46). Sum of RGB (Red+Green+Blue) = 202+106+46=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6A2E is #3595D1. Grayscale: #808080. Windows color (decimal): -3511762 or 3041994. OLE color: 3041994.
HSL color Cylindrical-coordinate representation of color #CA6A2E: hue angle of 23.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA6A2E is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 46 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.21 |
| HSL | 23.08º | 0.63% | 0.49% | - |
| HSV(B) | 23.08º | 0.77% | 0.79% | - |
| XYZ | 30 | 23.06 | 5.45 | - |
| YUV | 127.86 | 81.8 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 46 | 0 | 0.48 | 0.77 | 0.21 | 23.08 | 0.63 | 0.49 |
| Hex | CA | 6A | 2E | 0 | 30 | 4D | 15 | 17 | 3F | 31 |
| Octal | 312 | 152 | 56 | 0 | 60 | 115 | 25 | 27 | 77 | 61 |
| Binary | 11001010 | 1101010 | 101110 | 0 | 110000 | 1001101 | 10101 | 10111 | 111111 | 110001 |
Color Harmonies of #CA6A2E
Complementary color
Monochromatic Colors of #CA6A2E
Black with #CA6A2E
Text Example
Text Example
White with #CA6A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A2E; }
p { color: rgb(202,106,46); }
H1.HeaderClassName
{
color: #CA6A2E;
}
.AnyTagClassName
{
color: #CA6A2E;
}
</style>
background-color css
<style>
a { background-color: #CA6A2E; }
a { background-color: rgb(202,106,46); }
div.DivClassName
{
background-color: #CA6A2E;
}
.BgClassName
{
background-color: #CA6A2E;
}
</style>
border-color css
<style>
span { border-color: #CA6A2E; }
span { border-color: rgb(202,106,46); }
td.TdClassName
{
border-color: #CA6A2E;
}
.TagClassName
{
border-color: #CA6A2E;
}
</style>