Shades of Soft Amber #CABDB0
Tints of Soft Amber #CABDB0
RGB
CMYK
RGB Variations
Color information
#CABDB0 (or 0xCABDB0) is known color: Soft Amber. HEX triplet: CA, BD and B0. RGB value is (202,189,176). Sum of RGB (Red+Green+Blue) = 202+189+176=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDB0 is #35424F. Grayscale: #BFBFBF. Windows color (decimal): -3490384 or 11582922. OLE color: 11582922.
HSL color Cylindrical-coordinate representation of color #CABDB0: hue angle of 30º 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 #CABDB0 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 176 | - |
CMYK | 0 | 0.06 | 0.13 | 0.21 |
HSL | 30º | 0.2% | 0.74% | - |
HSV(B) | 30º | 0.13% | 0.79% | - |
XYZ | 50.39 | 52.09 | 48.47 | - |
YUV | 191.41 | 119.31 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 176 | 0 | 0.06 | 0.13 | 0.21 | 30 | 0.2 | 0.74 |
Hex | CA | BD | B0 | 0 | 6 | D | 15 | 1E | 14 | 4A |
Octal | 312 | 275 | 260 | 0 | 6 | 15 | 25 | 36 | 24 | 112 |
Binary | 11001010 | 10111101 | 10110000 | 0 | 110 | 1101 | 10101 | 11110 | 10100 | 1001010 |
Color Harmonies of #CABDB0
Complementary color
Monochromatic Colors of #CABDB0
Black with #CABDB0
Text Example
Text Example
White with #CABDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDB0; }
p { color: rgb(202,189,176); }
H1.HeaderClassName
{
color: #CABDB0;
}
.AnyTagClassName
{
color: #CABDB0;
}
</style>
background-color css
<style>
a { background-color: #CABDB0; }
a { background-color: rgb(202,189,176); }
div.DivClassName
{
background-color: #CABDB0;
}
.BgClassName
{
background-color: #CABDB0;
}
</style>
border-color css
<style>
span { border-color: #CABDB0; }
span { border-color: rgb(202,189,176); }
td.TdClassName
{
border-color: #CABDB0;
}
.TagClassName
{
border-color: #CABDB0;
}
</style>