Shades of Gold Drop #CE632A
Tints of Gold Drop #CE632A
RGB
CMYK
RGB Variations
Color information
#CE632A (or 0xCE632A) is known color: Gold Drop. HEX triplet: CE, 63 and 2A. RGB value is (206,99,42). Sum of RGB (Red+Green+Blue) = 206+99+42=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE632A is #319CD5. Grayscale: #7C7C7C. Windows color (decimal): -3251414 or 2778062. OLE color: 2778062.
HSL color Cylindrical-coordinate representation of color #CE632A: hue angle of 20.85º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE632A is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 42 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.19 |
| HSL | 20.85º | 0.66% | 0.49% | - |
| HSV(B) | 20.85º | 0.8% | 0.81% | - |
| XYZ | 30.33 | 22.21 | 4.88 | - |
| YUV | 124.5 | 81.45 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 42 | 0 | 0.52 | 0.80 | 0.19 | 20.85 | 0.66 | 0.49 |
| Hex | CE | 63 | 2A | 0 | 34 | 50 | 13 | 15 | 42 | 31 |
| Octal | 316 | 143 | 52 | 0 | 64 | 120 | 23 | 25 | 102 | 61 |
| Binary | 11001110 | 1100011 | 101010 | 0 | 110100 | 1010000 | 10011 | 10101 | 1000010 | 110001 |
Color Harmonies of #CE632A
Complementary color
Monochromatic Colors of #CE632A
Black with #CE632A
Text Example
Text Example
White with #CE632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE632A; }
p { color: rgb(206,99,42); }
H1.HeaderClassName
{
color: #CE632A;
}
.AnyTagClassName
{
color: #CE632A;
}
</style>
background-color css
<style>
a { background-color: #CE632A; }
a { background-color: rgb(206,99,42); }
div.DivClassName
{
background-color: #CE632A;
}
.BgClassName
{
background-color: #CE632A;
}
</style>
border-color css
<style>
span { border-color: #CE632A; }
span { border-color: rgb(206,99,42); }
td.TdClassName
{
border-color: #CE632A;
}
.TagClassName
{
border-color: #CE632A;
}
</style>