Shades of Chinook #99CAA3
Tints of Chinook #99CAA3
RGB
CMYK
RGB Variations
Color information
#99CAA3 (or 0x99CAA3) is known color: Chinook. HEX triplet: 99, CA and A3. RGB value is (153,202,163). Sum of RGB (Red+Green+Blue) = 153+202+163=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #99CAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CAA3 is #66355C. Grayscale: #B7B7B7. Windows color (decimal): -6698333 or 10734233. OLE color: 10734233.
HSL color Cylindrical-coordinate representation of color #99CAA3: hue angle of 132.24º 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 #99CAA3 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 163 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.21 |
| HSL | 132.24º | 0.32% | 0.7% | - |
| HSV(B) | 132.24º | 0.24% | 0.79% | - |
| XYZ | 40.87 | 51.66 | 42.47 | - |
| YUV | 182.9 | 116.77 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 163 | 0.24 | 0 | 0.19 | 0.21 | 132.24 | 0.32 | 0.7 |
| Hex | 99 | CA | A3 | 18 | 0 | 13 | 15 | 84 | 20 | 46 |
| Octal | 231 | 312 | 243 | 30 | 0 | 23 | 25 | 204 | 40 | 106 |
| Binary | 10011001 | 11001010 | 10100011 | 11000 | 0 | 10011 | 10101 | 10000100 | 100000 | 1000110 |
Color Harmonies of #99CAA3
Complementary color
Monochromatic Colors of #99CAA3
Black with #99CAA3
Text Example
Text Example
White with #99CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAA3; }
p { color: rgb(153,202,163); }
H1.HeaderClassName
{
color: #99CAA3;
}
.AnyTagClassName
{
color: #99CAA3;
}
</style>
background-color css
<style>
a { background-color: #99CAA3; }
a { background-color: rgb(153,202,163); }
div.DivClassName
{
background-color: #99CAA3;
}
.BgClassName
{
background-color: #99CAA3;
}
</style>
border-color css
<style>
span { border-color: #99CAA3; }
span { border-color: rgb(153,202,163); }
td.TdClassName
{
border-color: #99CAA3;
}
.TagClassName
{
border-color: #99CAA3;
}
</style>