Shades of Chinook #99CAA1
Tints of Chinook #99CAA1
RGB
CMYK
RGB Variations
Color information
#99CAA1 (or 0x99CAA1) is known color: Chinook. HEX triplet: 99, CA and A1. RGB value is (153,202,161). Sum of RGB (Red+Green+Blue) = 153+202+161=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CAA1 is #66355E. Grayscale: #B6B6B6. Windows color (decimal): -6698335 or 10603161. OLE color: 10603161.
HSL color Cylindrical-coordinate representation of color #99CAA1: hue angle of 129.8º 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 #99CAA1 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 161 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.21 |
| HSL | 129.8º | 0.32% | 0.7% | - |
| HSV(B) | 129.8º | 0.24% | 0.79% | - |
| XYZ | 40.69 | 51.59 | 41.53 | - |
| YUV | 182.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 161 | 0.24 | 0 | 0.20 | 0.21 | 129.8 | 0.32 | 0.7 |
| Hex | 99 | CA | A1 | 18 | 0 | 14 | 15 | 82 | 20 | 46 |
| Octal | 231 | 312 | 241 | 30 | 0 | 24 | 25 | 202 | 40 | 106 |
| Binary | 10011001 | 11001010 | 10100001 | 11000 | 0 | 10100 | 10101 | 10000010 | 100000 | 1000110 |
Color Harmonies of #99CAA1
Complementary color
Monochromatic Colors of #99CAA1
Black with #99CAA1
Text Example
Text Example
White with #99CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAA1; }
p { color: rgb(153,202,161); }
H1.HeaderClassName
{
color: #99CAA1;
}
.AnyTagClassName
{
color: #99CAA1;
}
</style>
background-color css
<style>
a { background-color: #99CAA1; }
a { background-color: rgb(153,202,161); }
div.DivClassName
{
background-color: #99CAA1;
}
.BgClassName
{
background-color: #99CAA1;
}
</style>
border-color css
<style>
span { border-color: #99CAA1; }
span { border-color: rgb(153,202,161); }
td.TdClassName
{
border-color: #99CAA1;
}
.TagClassName
{
border-color: #99CAA1;
}
</style>