Shades of Soft Amber #CABDA8
Tints of Soft Amber #CABDA8
RGB
CMYK
RGB Variations
Color information
#CABDA8 (or 0xCABDA8) is known color: Soft Amber. HEX triplet: CA, BD and A8. RGB value is (202,189,168). Sum of RGB (Red+Green+Blue) = 202+189+168=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDA8 is #354257. Grayscale: #BEBEBE. Windows color (decimal): -3490392 or 11058634. OLE color: 11058634.
HSL color Cylindrical-coordinate representation of color #CABDA8: hue angle of 37.06º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABDA8 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 168 | - |
CMYK | 0 | 0.06 | 0.17 | 0.21 |
HSL | 37.06º | 0.24% | 0.73% | - |
HSV(B) | 37.06º | 0.17% | 0.79% | - |
XYZ | 49.62 | 51.78 | 44.42 | - |
YUV | 190.49 | 115.31 | 136.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 168 | 0 | 0.06 | 0.17 | 0.21 | 37.06 | 0.24 | 0.73 |
Hex | CA | BD | A8 | 0 | 6 | 11 | 15 | 25 | 18 | 49 |
Octal | 312 | 275 | 250 | 0 | 6 | 21 | 25 | 45 | 30 | 111 |
Binary | 11001010 | 10111101 | 10101000 | 0 | 110 | 10001 | 10101 | 100101 | 11000 | 1001001 |
Color Harmonies of #CABDA8
Complementary color
Monochromatic Colors of #CABDA8
Black with #CABDA8
Text Example
Text Example
White with #CABDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDA8; }
p { color: rgb(202,189,168); }
H1.HeaderClassName
{
color: #CABDA8;
}
.AnyTagClassName
{
color: #CABDA8;
}
</style>
background-color css
<style>
a { background-color: #CABDA8; }
a { background-color: rgb(202,189,168); }
div.DivClassName
{
background-color: #CABDA8;
}
.BgClassName
{
background-color: #CABDA8;
}
</style>
border-color css
<style>
span { border-color: #CABDA8; }
span { border-color: rgb(202,189,168); }
td.TdClassName
{
border-color: #CABDA8;
}
.TagClassName
{
border-color: #CABDA8;
}
</style>