Shades of Soft Amber #CABDAF
Tints of Soft Amber #CABDAF
RGB
CMYK
RGB Variations
Color information
#CABDAF (or 0xCABDAF) is known color: Soft Amber. HEX triplet: CA, BD and AF. RGB value is (202,189,175). Sum of RGB (Red+Green+Blue) = 202+189+175=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAF is #354250. Grayscale: #BFBFBF. Windows color (decimal): -3490385 or 11517386. OLE color: 11517386.
HSL color Cylindrical-coordinate representation of color #CABDAF: hue angle of 31.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABDAF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 189 | 175 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.21 |
| HSL | 31.11º | 0.2% | 0.74% | - |
| HSV(B) | 31.11º | 0.13% | 0.79% | - |
| XYZ | 50.29 | 52.05 | 47.95 | - |
| YUV | 191.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 175 | 0 | 0.06 | 0.13 | 0.21 | 31.11 | 0.2 | 0.74 |
| Hex | CA | BD | AF | 0 | 6 | D | 15 | 1F | 14 | 4A |
| Octal | 312 | 275 | 257 | 0 | 6 | 15 | 25 | 37 | 24 | 112 |
| Binary | 11001010 | 10111101 | 10101111 | 0 | 110 | 1101 | 10101 | 11111 | 10100 | 1001010 |
Color Harmonies of #CABDAF
Complementary color
Monochromatic Colors of #CABDAF
Black with #CABDAF
Text Example
Text Example
White with #CABDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDAF; }
p { color: rgb(202,189,175); }
H1.HeaderClassName
{
color: #CABDAF;
}
.AnyTagClassName
{
color: #CABDAF;
}
</style>
background-color css
<style>
a { background-color: #CABDAF; }
a { background-color: rgb(202,189,175); }
div.DivClassName
{
background-color: #CABDAF;
}
.BgClassName
{
background-color: #CABDAF;
}
</style>
border-color css
<style>
span { border-color: #CABDAF; }
span { border-color: rgb(202,189,175); }
td.TdClassName
{
border-color: #CABDAF;
}
.TagClassName
{
border-color: #CABDAF;
}
</style>