Shades of Chinook #99CCA0
Tints of Chinook #99CCA0
RGB
CMYK
RGB Variations
Color information
#99CCA0 (or 0x99CCA0) is known color: Chinook. HEX triplet: 99, CC and A0. RGB value is (153,204,160). Sum of RGB (Red+Green+Blue) = 153+204+160=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCA0 is #66335F. Grayscale: #B7B7B7. Windows color (decimal): -6697824 or 10538137. OLE color: 10538137.
HSL color Cylindrical-coordinate representation of color #99CCA0: hue angle of 128.24º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CCA0 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 160 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.2 |
| HSL | 128.24º | 0.33% | 0.7% | - |
| HSV(B) | 128.24º | 0.25% | 0.8% | - |
| XYZ | 41.07 | 52.5 | 41.23 | - |
| YUV | 183.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 160 | 0.25 | 0 | 0.22 | 0.2 | 128.24 | 0.33 | 0.7 |
| Hex | 99 | CC | A0 | 19 | 0 | 16 | 14 | 80 | 21 | 46 |
| Octal | 231 | 314 | 240 | 31 | 0 | 26 | 24 | 200 | 41 | 106 |
| Binary | 10011001 | 11001100 | 10100000 | 11001 | 0 | 10110 | 10100 | 10000000 | 100001 | 1000110 |
Color Harmonies of #99CCA0
Complementary color
Monochromatic Colors of #99CCA0
Black with #99CCA0
Text Example
Text Example
White with #99CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCA0; }
p { color: rgb(153,204,160); }
H1.HeaderClassName
{
color: #99CCA0;
}
.AnyTagClassName
{
color: #99CCA0;
}
</style>
background-color css
<style>
a { background-color: #99CCA0; }
a { background-color: rgb(153,204,160); }
div.DivClassName
{
background-color: #99CCA0;
}
.BgClassName
{
background-color: #99CCA0;
}
</style>
border-color css
<style>
span { border-color: #99CCA0; }
span { border-color: rgb(153,204,160); }
td.TdClassName
{
border-color: #99CCA0;
}
.TagClassName
{
border-color: #99CCA0;
}
</style>