Shades of Gold Drop #CB662F
Tints of Gold Drop #CB662F
RGB
CMYK
RGB Variations
Color information
#CB662F (or 0xCB662F) is known color: Gold Drop. HEX triplet: CB, 66 and 2F. RGB value is (203,102,47). Sum of RGB (Red+Green+Blue) = 203+102+47=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB662F is #3499D0. Grayscale: #7E7E7E. Windows color (decimal): -3447249 or 3106507. OLE color: 3106507.
HSL color Cylindrical-coordinate representation of color #CB662F: hue angle of 21.15º degrees, saturation: 0.62, 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 #CB662F is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 47 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.20 |
| HSL | 21.15º | 0.62% | 0.49% | - |
| HSV(B) | 21.15º | 0.77% | 0.8% | - |
| XYZ | 29.89 | 22.4 | 5.44 | - |
| YUV | 125.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 47 | 0 | 0.50 | 0.77 | 0.20 | 21.15 | 0.62 | 0.49 |
| Hex | CB | 66 | 2F | 0 | 32 | 4D | 14 | 15 | 3E | 31 |
| Octal | 313 | 146 | 57 | 0 | 62 | 115 | 24 | 25 | 76 | 61 |
| Binary | 11001011 | 1100110 | 101111 | 0 | 110010 | 1001101 | 10100 | 10101 | 111110 | 110001 |
Color Harmonies of #CB662F
Complementary color
Monochromatic Colors of #CB662F
Black with #CB662F
Text Example
Text Example
White with #CB662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB662F; }
p { color: rgb(203,102,47); }
H1.HeaderClassName
{
color: #CB662F;
}
.AnyTagClassName
{
color: #CB662F;
}
</style>
background-color css
<style>
a { background-color: #CB662F; }
a { background-color: rgb(203,102,47); }
div.DivClassName
{
background-color: #CB662F;
}
.BgClassName
{
background-color: #CB662F;
}
</style>
border-color css
<style>
span { border-color: #CB662F; }
span { border-color: rgb(203,102,47); }
td.TdClassName
{
border-color: #CB662F;
}
.TagClassName
{
border-color: #CB662F;
}
</style>