Shades of Chinook #99CAA7
Tints of Chinook #99CAA7
RGB
CMYK
RGB Variations
Color information
#99CAA7 (or 0x99CAA7) is known color: Chinook. HEX triplet: 99, CA and A7. RGB value is (153,202,167). Sum of RGB (Red+Green+Blue) = 153+202+167=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CAA7 is #663558. Grayscale: #B7B7B7. Windows color (decimal): -6698329 or 10996377. OLE color: 10996377.
HSL color Cylindrical-coordinate representation of color #99CAA7: hue angle of 137.14º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99CAA7 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 167 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.21 |
| HSL | 137.14º | 0.32% | 0.7% | - |
| HSV(B) | 137.14º | 0.24% | 0.79% | - |
| XYZ | 41.23 | 51.8 | 44.39 | - |
| YUV | 183.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 167 | 0.24 | 0 | 0.17 | 0.21 | 137.14 | 0.32 | 0.7 |
| Hex | 99 | CA | A7 | 18 | 0 | 11 | 15 | 89 | 20 | 46 |
| Octal | 231 | 312 | 247 | 30 | 0 | 21 | 25 | 211 | 40 | 106 |
| Binary | 10011001 | 11001010 | 10100111 | 11000 | 0 | 10001 | 10101 | 10001001 | 100000 | 1000110 |
Color Harmonies of #99CAA7
Complementary color
Monochromatic Colors of #99CAA7
Black with #99CAA7
Text Example
Text Example
White with #99CAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAA7; }
p { color: rgb(153,202,167); }
H1.HeaderClassName
{
color: #99CAA7;
}
.AnyTagClassName
{
color: #99CAA7;
}
</style>
background-color css
<style>
a { background-color: #99CAA7; }
a { background-color: rgb(153,202,167); }
div.DivClassName
{
background-color: #99CAA7;
}
.BgClassName
{
background-color: #99CAA7;
}
</style>
border-color css
<style>
span { border-color: #99CAA7; }
span { border-color: rgb(153,202,167); }
td.TdClassName
{
border-color: #99CAA7;
}
.TagClassName
{
border-color: #99CAA7;
}
</style>