Shades of Soft Amber #CABCA7
Tints of Soft Amber #CABCA7
RGB
CMYK
RGB Variations
Color information
#CABCA7 (or 0xCABCA7) is known color: Soft Amber. HEX triplet: CA, BC and A7. RGB value is (202,188,167). Sum of RGB (Red+Green+Blue) = 202+188+167=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCA7 is #354358. Grayscale: #BDBDBD. Windows color (decimal): -3490649 or 10992842. OLE color: 10992842.
HSL color Cylindrical-coordinate representation of color #CABCA7: hue angle of 36º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABCA7 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 167 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.21 |
| HSL | 36º | 0.25% | 0.72% | - |
| HSV(B) | 36º | 0.17% | 0.79% | - |
| XYZ | 49.32 | 51.31 | 43.86 | - |
| YUV | 189.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 167 | 0 | 0.07 | 0.17 | 0.21 | 36 | 0.25 | 0.72 |
| Hex | CA | BC | A7 | 0 | 7 | 11 | 15 | 24 | 19 | 48 |
| Octal | 312 | 274 | 247 | 0 | 7 | 21 | 25 | 44 | 31 | 110 |
| Binary | 11001010 | 10111100 | 10100111 | 0 | 111 | 10001 | 10101 | 100100 | 11001 | 1001000 |
Color Harmonies of #CABCA7
Complementary color
Monochromatic Colors of #CABCA7
Black with #CABCA7
Text Example
Text Example
White with #CABCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCA7; }
p { color: rgb(202,188,167); }
H1.HeaderClassName
{
color: #CABCA7;
}
.AnyTagClassName
{
color: #CABCA7;
}
</style>
background-color css
<style>
a { background-color: #CABCA7; }
a { background-color: rgb(202,188,167); }
div.DivClassName
{
background-color: #CABCA7;
}
.BgClassName
{
background-color: #CABCA7;
}
</style>
border-color css
<style>
span { border-color: #CABCA7; }
span { border-color: rgb(202,188,167); }
td.TdClassName
{
border-color: #CABCA7;
}
.TagClassName
{
border-color: #CABCA7;
}
</style>