Shades of Tan #CAAF90
Tints of Tan #CAAF90
RGB
CMYK
RGB Variations
Color information
#CAAF90 (or 0xCAAF90) is known color: Tan. HEX triplet: CA, AF and 90. RGB value is (202,175,144). Sum of RGB (Red+Green+Blue) = 202+175+144=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAF90 is #35506F. Grayscale: #B3B3B3. Windows color (decimal): -3494000 or 9482186. OLE color: 9482186.
HSL color Cylindrical-coordinate representation of color #CAAF90: hue angle of 32.07º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAF90 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 175 | 144 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.21 |
| HSL | 32.07º | 0.35% | 0.68% | - |
| HSV(B) | 32.07º | 0.29% | 0.79% | - |
| XYZ | 44.72 | 45.23 | 32.76 | - |
| YUV | 179.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 144 | 0 | 0.13 | 0.29 | 0.21 | 32.07 | 0.35 | 0.68 |
| Hex | CA | AF | 90 | 0 | D | 1D | 15 | 20 | 23 | 44 |
| Octal | 312 | 257 | 220 | 0 | 15 | 35 | 25 | 40 | 43 | 104 |
| Binary | 11001010 | 10101111 | 10010000 | 0 | 1101 | 11101 | 10101 | 100000 | 100011 | 1000100 |
Color Harmonies of #CAAF90
Complementary color
Monochromatic Colors of #CAAF90
Black with #CAAF90
Text Example
Text Example
White with #CAAF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAF90; }
p { color: rgb(202,175,144); }
H1.HeaderClassName
{
color: #CAAF90;
}
.AnyTagClassName
{
color: #CAAF90;
}
</style>
background-color css
<style>
a { background-color: #CAAF90; }
a { background-color: rgb(202,175,144); }
div.DivClassName
{
background-color: #CAAF90;
}
.BgClassName
{
background-color: #CAAF90;
}
</style>
border-color css
<style>
span { border-color: #CAAF90; }
span { border-color: rgb(202,175,144); }
td.TdClassName
{
border-color: #CAAF90;
}
.TagClassName
{
border-color: #CAAF90;
}
</style>