Shades of Chinook #99C8A1
Tints of Chinook #99C8A1
RGB
CMYK
RGB Variations
Color information
#99C8A1 (or 0x99C8A1) is known color: Chinook. HEX triplet: 99, C8 and A1. RGB value is (153,200,161). Sum of RGB (Red+Green+Blue) = 153+200+161=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #99C8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C8A1 is #66375E. Grayscale: #B5B5B5. Windows color (decimal): -6698847 or 10602649. OLE color: 10602649.
HSL color Cylindrical-coordinate representation of color #99C8A1: hue angle of 130.21º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99C8A1 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 200 | 161 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.22 |
| HSL | 130.21º | 0.3% | 0.69% | - |
| HSV(B) | 130.21º | 0.24% | 0.78% | - |
| XYZ | 40.22 | 50.65 | 41.38 | - |
| YUV | 181.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 161 | 0.24 | 0 | 0.19 | 0.22 | 130.21 | 0.3 | 0.69 |
| Hex | 99 | C8 | A1 | 18 | 0 | 13 | 16 | 82 | 1E | 45 |
| Octal | 231 | 310 | 241 | 30 | 0 | 23 | 26 | 202 | 36 | 105 |
| Binary | 10011001 | 11001000 | 10100001 | 11000 | 0 | 10011 | 10110 | 10000010 | 11110 | 1000101 |
Color Harmonies of #99C8A1
Complementary color
Monochromatic Colors of #99C8A1
Black with #99C8A1
Text Example
Text Example
White with #99C8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C8A1; }
p { color: rgb(153,200,161); }
H1.HeaderClassName
{
color: #99C8A1;
}
.AnyTagClassName
{
color: #99C8A1;
}
</style>
background-color css
<style>
a { background-color: #99C8A1; }
a { background-color: rgb(153,200,161); }
div.DivClassName
{
background-color: #99C8A1;
}
.BgClassName
{
background-color: #99C8A1;
}
</style>
border-color css
<style>
span { border-color: #99C8A1; }
span { border-color: rgb(153,200,161); }
td.TdClassName
{
border-color: #99C8A1;
}
.TagClassName
{
border-color: #99C8A1;
}
</style>