Shades of Soft Amber #CABDA6
Tints of Soft Amber #CABDA6
RGB
CMYK
RGB Variations
Color information
#CABDA6 (or 0xCABDA6) is known color: Soft Amber. HEX triplet: CA, BD and A6. RGB value is (202,189,166). Sum of RGB (Red+Green+Blue) = 202+189+166=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDA6 is #354259. Grayscale: #BEBEBE. Windows color (decimal): -3490394 or 10927562. OLE color: 10927562.
HSL color Cylindrical-coordinate representation of color #CABDA6: hue angle of 38.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABDA6 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 166 | - |
CMYK | 0 | 0.06 | 0.18 | 0.21 |
HSL | 38.33º | 0.25% | 0.72% | - |
HSV(B) | 38.33º | 0.18% | 0.79% | - |
XYZ | 49.44 | 51.7 | 43.45 | - |
YUV | 190.27 | 114.31 | 136.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 166 | 0 | 0.06 | 0.18 | 0.21 | 38.33 | 0.25 | 0.72 |
Hex | CA | BD | A6 | 0 | 6 | 12 | 15 | 26 | 19 | 48 |
Octal | 312 | 275 | 246 | 0 | 6 | 22 | 25 | 46 | 31 | 110 |
Binary | 11001010 | 10111101 | 10100110 | 0 | 110 | 10010 | 10101 | 100110 | 11001 | 1001000 |
Color Harmonies of #CABDA6
Complementary color
Monochromatic Colors of #CABDA6
Black with #CABDA6
Text Example
Text Example
White with #CABDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDA6; }
p { color: rgb(202,189,166); }
H1.HeaderClassName
{
color: #CABDA6;
}
.AnyTagClassName
{
color: #CABDA6;
}
</style>
background-color css
<style>
a { background-color: #CABDA6; }
a { background-color: rgb(202,189,166); }
div.DivClassName
{
background-color: #CABDA6;
}
.BgClassName
{
background-color: #CABDA6;
}
</style>
border-color css
<style>
span { border-color: #CABDA6; }
span { border-color: rgb(202,189,166); }
td.TdClassName
{
border-color: #CABDA6;
}
.TagClassName
{
border-color: #CABDA6;
}
</style>