Shades of Tenne (Tawny) #CB630A
Tints of Tenne (Tawny) #CB630A
RGB
CMYK
RGB Variations
Color information
#CB630A (or 0xCB630A) is known color: Tenne (Tawny). HEX triplet: CB, 63 and 0A. RGB value is (203,99,10). Sum of RGB (Red+Green+Blue) = 203+99+10=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB630A is #349CF5. Grayscale: #787878. Windows color (decimal): -3448054 or 680907. OLE color: 680907.
HSL color Cylindrical-coordinate representation of color #CB630A: hue angle of 27.67º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB630A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 10 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.20 |
| HSL | 27.67º | 0.91% | 0.42% | - |
| HSV(B) | 27.67º | 0.95% | 0.8% | - |
| XYZ | 29.15 | 21.64 | 2.93 | - |
| YUV | 119.95 | 65.96 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 10 | 0 | 0.51 | 0.95 | 0.20 | 27.67 | 0.91 | 0.42 |
| Hex | CB | 63 | A | 0 | 33 | 5F | 14 | 1C | 5B | 2A |
| Octal | 313 | 143 | 12 | 0 | 63 | 137 | 24 | 34 | 133 | 52 |
| Binary | 11001011 | 1100011 | 1010 | 0 | 110011 | 1011111 | 10100 | 11100 | 1011011 | 101010 |
Color Harmonies of #CB630A
Complementary color
Monochromatic Colors of #CB630A
Black with #CB630A
Text Example
Text Example
White with #CB630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB630A; }
p { color: rgb(203,99,10); }
H1.HeaderClassName
{
color: #CB630A;
}
.AnyTagClassName
{
color: #CB630A;
}
</style>
background-color css
<style>
a { background-color: #CB630A; }
a { background-color: rgb(203,99,10); }
div.DivClassName
{
background-color: #CB630A;
}
.BgClassName
{
background-color: #CB630A;
}
</style>
border-color css
<style>
span { border-color: #CB630A; }
span { border-color: rgb(203,99,10); }
td.TdClassName
{
border-color: #CB630A;
}
.TagClassName
{
border-color: #CB630A;
}
</style>