Shades of Gold Drop #CB682E
Tints of Gold Drop #CB682E
RGB
CMYK
RGB Variations
Color information
#CB682E (or 0xCB682E) is known color: Gold Drop. HEX triplet: CB, 68 and 2E. RGB value is (203,104,46). Sum of RGB (Red+Green+Blue) = 203+104+46=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB682E is #3497D1. Grayscale: #7F7F7F. Windows color (decimal): -3446738 or 3041483. OLE color: 3041483.
HSL color Cylindrical-coordinate representation of color #CB682E: hue angle of 22.17º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB682E is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 46 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.20 |
| HSL | 22.17º | 0.63% | 0.49% | - |
| HSV(B) | 22.17º | 0.77% | 0.8% | - |
| XYZ | 30.07 | 22.79 | 5.4 | - |
| YUV | 126.99 | 82.3 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 46 | 0 | 0.49 | 0.77 | 0.20 | 22.17 | 0.63 | 0.49 |
| Hex | CB | 68 | 2E | 0 | 31 | 4D | 14 | 16 | 3F | 31 |
| Octal | 313 | 150 | 56 | 0 | 61 | 115 | 24 | 26 | 77 | 61 |
| Binary | 11001011 | 1101000 | 101110 | 0 | 110001 | 1001101 | 10100 | 10110 | 111111 | 110001 |
Color Harmonies of #CB682E
Complementary color
Monochromatic Colors of #CB682E
Black with #CB682E
Text Example
Text Example
White with #CB682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB682E; }
p { color: rgb(203,104,46); }
H1.HeaderClassName
{
color: #CB682E;
}
.AnyTagClassName
{
color: #CB682E;
}
</style>
background-color css
<style>
a { background-color: #CB682E; }
a { background-color: rgb(203,104,46); }
div.DivClassName
{
background-color: #CB682E;
}
.BgClassName
{
background-color: #CB682E;
}
</style>
border-color css
<style>
span { border-color: #CB682E; }
span { border-color: rgb(203,104,46); }
td.TdClassName
{
border-color: #CB682E;
}
.TagClassName
{
border-color: #CB682E;
}
</style>