Shades of Tussock #CE964B
Tints of Tussock #CE964B
RGB
CMYK
RGB Variations
Color information
#CE964B (or 0xCE964B) is known color: Tussock. HEX triplet: CE, 96 and 4B. RGB value is (206,150,75). Sum of RGB (Red+Green+Blue) = 206+150+75=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE964B is #3169B4. Grayscale: #9E9E9E. Windows color (decimal): -3238325 or 4953806. OLE color: 4953806.
HSL color Cylindrical-coordinate representation of color #CE964B: hue angle of 34.35º 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 #CE964B is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 75 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.19 |
| HSL | 34.35º | 0.57% | 0.55% | - |
| HSV(B) | 34.35º | 0.64% | 0.81% | - |
| XYZ | 37.63 | 35.44 | 11.51 | - |
| YUV | 158.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 75 | 0 | 0.27 | 0.64 | 0.19 | 34.35 | 0.57 | 0.55 |
| Hex | CE | 96 | 4B | 0 | 1B | 40 | 13 | 22 | 39 | 37 |
| Octal | 316 | 226 | 113 | 0 | 33 | 100 | 23 | 42 | 71 | 67 |
| Binary | 11001110 | 10010110 | 1001011 | 0 | 11011 | 1000000 | 10011 | 100010 | 111001 | 110111 |
Color Harmonies of #CE964B
Complementary color
Monochromatic Colors of #CE964B
Black with #CE964B
Text Example
Text Example
White with #CE964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE964B; }
p { color: rgb(206,150,75); }
H1.HeaderClassName
{
color: #CE964B;
}
.AnyTagClassName
{
color: #CE964B;
}
</style>
background-color css
<style>
a { background-color: #CE964B; }
a { background-color: rgb(206,150,75); }
div.DivClassName
{
background-color: #CE964B;
}
.BgClassName
{
background-color: #CE964B;
}
</style>
border-color css
<style>
span { border-color: #CE964B; }
span { border-color: rgb(206,150,75); }
td.TdClassName
{
border-color: #CE964B;
}
.TagClassName
{
border-color: #CE964B;
}
</style>