Shades of Chinook #99CCA8
Tints of Chinook #99CCA8
RGB
CMYK
RGB Variations
Color information
#99CCA8 (or 0x99CCA8) is known color: Chinook. HEX triplet: 99, CC and A8. RGB value is (153,204,168). Sum of RGB (Red+Green+Blue) = 153+204+168=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #99CCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CCA8 is #663357. Grayscale: #B8B8B8. Windows color (decimal): -6697816 or 11062425. OLE color: 11062425.
HSL color Cylindrical-coordinate representation of color #99CCA8: hue angle of 137.65º 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 #99CCA8 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 204 | 168 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.2 |
| HSL | 137.65º | 0.33% | 0.7% | - |
| HSV(B) | 137.65º | 0.25% | 0.8% | - |
| XYZ | 41.8 | 52.79 | 45.03 | - |
| YUV | 184.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 204 | 168 | 0.25 | 0 | 0.18 | 0.2 | 137.65 | 0.33 | 0.7 |
| Hex | 99 | CC | A8 | 19 | 0 | 12 | 14 | 8A | 21 | 46 |
| Octal | 231 | 314 | 250 | 31 | 0 | 22 | 24 | 212 | 41 | 106 |
| Binary | 10011001 | 11001100 | 10101000 | 11001 | 0 | 10010 | 10100 | 10001010 | 100001 | 1000110 |
Color Harmonies of #99CCA8
Complementary color
Monochromatic Colors of #99CCA8
Black with #99CCA8
Text Example
Text Example
White with #99CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CCA8; }
p { color: rgb(153,204,168); }
H1.HeaderClassName
{
color: #99CCA8;
}
.AnyTagClassName
{
color: #99CCA8;
}
</style>
background-color css
<style>
a { background-color: #99CCA8; }
a { background-color: rgb(153,204,168); }
div.DivClassName
{
background-color: #99CCA8;
}
.BgClassName
{
background-color: #99CCA8;
}
</style>
border-color css
<style>
span { border-color: #99CCA8; }
span { border-color: rgb(153,204,168); }
td.TdClassName
{
border-color: #99CCA8;
}
.TagClassName
{
border-color: #99CCA8;
}
</style>