Shades of Gold Drop #CB672C
Tints of Gold Drop #CB672C
RGB
CMYK
RGB Variations
Color information
#CB672C (or 0xCB672C) is known color: Gold Drop. HEX triplet: CB, 67 and 2C. RGB value is (203,103,44). Sum of RGB (Red+Green+Blue) = 203+103+44=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB672C is #3498D3. Grayscale: #7E7E7E. Windows color (decimal): -3446996 or 2910155. OLE color: 2910155.
HSL color Cylindrical-coordinate representation of color #CB672C: hue angle of 22.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB672C is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 44 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.20 |
| HSL | 22.26º | 0.64% | 0.48% | - |
| HSV(B) | 22.26º | 0.78% | 0.8% | - |
| XYZ | 29.93 | 22.58 | 5.16 | - |
| YUV | 126.17 | 81.63 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 44 | 0 | 0.49 | 0.78 | 0.20 | 22.26 | 0.64 | 0.48 |
| Hex | CB | 67 | 2C | 0 | 31 | 4E | 14 | 16 | 40 | 30 |
| Octal | 313 | 147 | 54 | 0 | 61 | 116 | 24 | 26 | 100 | 60 |
| Binary | 11001011 | 1100111 | 101100 | 0 | 110001 | 1001110 | 10100 | 10110 | 1000000 | 110000 |
Color Harmonies of #CB672C
Complementary color
Monochromatic Colors of #CB672C
Black with #CB672C
Text Example
Text Example
White with #CB672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB672C; }
p { color: rgb(203,103,44); }
H1.HeaderClassName
{
color: #CB672C;
}
.AnyTagClassName
{
color: #CB672C;
}
</style>
background-color css
<style>
a { background-color: #CB672C; }
a { background-color: rgb(203,103,44); }
div.DivClassName
{
background-color: #CB672C;
}
.BgClassName
{
background-color: #CB672C;
}
</style>
border-color css
<style>
span { border-color: #CB672C; }
span { border-color: rgb(203,103,44); }
td.TdClassName
{
border-color: #CB672C;
}
.TagClassName
{
border-color: #CB672C;
}
</style>