Shades of Golden Bell #CA803C
Tints of Golden Bell #CA803C
RGB
CMYK
RGB Variations
Color information
#CA803C (or 0xCA803C) is known color: Golden Bell. HEX triplet: CA, 80 and 3C. RGB value is (202,128,60). Sum of RGB (Red+Green+Blue) = 202+128+60=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA803C is #357FC3. Grayscale: #8E8E8E. Windows color (decimal): -3506116 or 3965130. OLE color: 3965130.
HSL color Cylindrical-coordinate representation of color #CA803C: hue angle of 28.73º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA803C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 60 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.21 |
| HSL | 28.73º | 0.57% | 0.51% | - |
| HSV(B) | 28.73º | 0.7% | 0.79% | - |
| XYZ | 32.89 | 28.32 | 8.01 | - |
| YUV | 142.37 | 81.52 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 60 | 0 | 0.37 | 0.70 | 0.21 | 28.73 | 0.57 | 0.51 |
| Hex | CA | 80 | 3C | 0 | 25 | 46 | 15 | 1D | 39 | 33 |
| Octal | 312 | 200 | 74 | 0 | 45 | 106 | 25 | 35 | 71 | 63 |
| Binary | 11001010 | 10000000 | 111100 | 0 | 100101 | 1000110 | 10101 | 11101 | 111001 | 110011 |
Color Harmonies of #CA803C
Complementary color
Monochromatic Colors of #CA803C
Black with #CA803C
Text Example
Text Example
White with #CA803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA803C; }
p { color: rgb(202,128,60); }
H1.HeaderClassName
{
color: #CA803C;
}
.AnyTagClassName
{
color: #CA803C;
}
</style>
background-color css
<style>
a { background-color: #CA803C; }
a { background-color: rgb(202,128,60); }
div.DivClassName
{
background-color: #CA803C;
}
.BgClassName
{
background-color: #CA803C;
}
</style>
border-color css
<style>
span { border-color: #CA803C; }
span { border-color: rgb(202,128,60); }
td.TdClassName
{
border-color: #CA803C;
}
.TagClassName
{
border-color: #CA803C;
}
</style>