Shades of Gold Drop #CB682A
Tints of Gold Drop #CB682A
RGB
CMYK
RGB Variations
Color information
#CB682A (or 0xCB682A) is known color: Gold Drop. HEX triplet: CB, 68 and 2A. RGB value is (203,104,42). Sum of RGB (Red+Green+Blue) = 203+104+42=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB682A is #3497D5. Grayscale: #7E7E7E. Windows color (decimal): -3446742 or 2779339. OLE color: 2779339.
HSL color Cylindrical-coordinate representation of color #CB682A: hue angle of 23.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB682A is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 42 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.20 |
| HSL | 23.11º | 0.66% | 0.48% | - |
| HSV(B) | 23.11º | 0.79% | 0.8% | - |
| XYZ | 30 | 22.76 | 5 | - |
| YUV | 126.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 42 | 0 | 0.49 | 0.79 | 0.20 | 23.11 | 0.66 | 0.48 |
| Hex | CB | 68 | 2A | 0 | 31 | 4F | 14 | 17 | 42 | 30 |
| Octal | 313 | 150 | 52 | 0 | 61 | 117 | 24 | 27 | 102 | 60 |
| Binary | 11001011 | 1101000 | 101010 | 0 | 110001 | 1001111 | 10100 | 10111 | 1000010 | 110000 |
Color Harmonies of #CB682A
Complementary color
Monochromatic Colors of #CB682A
Black with #CB682A
Text Example
Text Example
White with #CB682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB682A; }
p { color: rgb(203,104,42); }
H1.HeaderClassName
{
color: #CB682A;
}
.AnyTagClassName
{
color: #CB682A;
}
</style>
background-color css
<style>
a { background-color: #CB682A; }
a { background-color: rgb(203,104,42); }
div.DivClassName
{
background-color: #CB682A;
}
.BgClassName
{
background-color: #CB682A;
}
</style>
border-color css
<style>
span { border-color: #CB682A; }
span { border-color: rgb(203,104,42); }
td.TdClassName
{
border-color: #CB682A;
}
.TagClassName
{
border-color: #CB682A;
}
</style>