Shades of Tussock #CE974B
Tints of Tussock #CE974B
RGB
CMYK
RGB Variations
Color information
#CE974B (or 0xCE974B) is known color: Tussock. HEX triplet: CE, 97 and 4B. RGB value is (206,151,75). Sum of RGB (Red+Green+Blue) = 206+151+75=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE974B is #3168B4. Grayscale: #9F9F9F. Windows color (decimal): -3238069 or 4954062. OLE color: 4954062.
HSL color Cylindrical-coordinate representation of color #CE974B: hue angle of 34.81º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE974B is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 151 | 75 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.19 |
| HSL | 34.81º | 0.57% | 0.55% | - |
| HSV(B) | 34.81º | 0.64% | 0.81% | - |
| XYZ | 37.79 | 35.76 | 11.57 | - |
| YUV | 158.78 | 80.72 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 151 | 75 | 0 | 0.27 | 0.64 | 0.19 | 34.81 | 0.57 | 0.55 |
| Hex | CE | 97 | 4B | 0 | 1B | 40 | 13 | 23 | 39 | 37 |
| Octal | 316 | 227 | 113 | 0 | 33 | 100 | 23 | 43 | 71 | 67 |
| Binary | 11001110 | 10010111 | 1001011 | 0 | 11011 | 1000000 | 10011 | 100011 | 111001 | 110111 |
Color Harmonies of #CE974B
Complementary color
Monochromatic Colors of #CE974B
Black with #CE974B
Text Example
Text Example
White with #CE974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE974B; }
p { color: rgb(206,151,75); }
H1.HeaderClassName
{
color: #CE974B;
}
.AnyTagClassName
{
color: #CE974B;
}
</style>
background-color css
<style>
a { background-color: #CE974B; }
a { background-color: rgb(206,151,75); }
div.DivClassName
{
background-color: #CE974B;
}
.BgClassName
{
background-color: #CE974B;
}
</style>
border-color css
<style>
span { border-color: #CE974B; }
span { border-color: rgb(206,151,75); }
td.TdClassName
{
border-color: #CE974B;
}
.TagClassName
{
border-color: #CE974B;
}
</style>