Shades of Soft Amber #CABDA4
Tints of Soft Amber #CABDA4
RGB
CMYK
RGB Variations
Color information
#CABDA4 (or 0xCABDA4) is known color: Soft Amber. HEX triplet: CA, BD and A4. RGB value is (202,189,164). Sum of RGB (Red+Green+Blue) = 202+189+164=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDA4 is #35425B. Grayscale: #BEBEBE. Windows color (decimal): -3490396 or 10796490. OLE color: 10796490.
HSL color Cylindrical-coordinate representation of color #CABDA4: hue angle of 39.47º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABDA4 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 164 | - |
CMYK | 0 | 0.06 | 0.19 | 0.21 |
HSL | 39.47º | 0.26% | 0.72% | - |
HSV(B) | 39.47º | 0.19% | 0.79% | - |
XYZ | 49.26 | 51.63 | 42.49 | - |
YUV | 190.04 | 113.31 | 136.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 164 | 0 | 0.06 | 0.19 | 0.21 | 39.47 | 0.26 | 0.72 |
Hex | CA | BD | A4 | 0 | 6 | 13 | 15 | 27 | 1A | 48 |
Octal | 312 | 275 | 244 | 0 | 6 | 23 | 25 | 47 | 32 | 110 |
Binary | 11001010 | 10111101 | 10100100 | 0 | 110 | 10011 | 10101 | 100111 | 11010 | 1001000 |
Color Harmonies of #CABDA4
Complementary color
Monochromatic Colors of #CABDA4
Black with #CABDA4
Text Example
Text Example
White with #CABDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDA4; }
p { color: rgb(202,189,164); }
H1.HeaderClassName
{
color: #CABDA4;
}
.AnyTagClassName
{
color: #CABDA4;
}
</style>
background-color css
<style>
a { background-color: #CABDA4; }
a { background-color: rgb(202,189,164); }
div.DivClassName
{
background-color: #CABDA4;
}
.BgClassName
{
background-color: #CABDA4;
}
</style>
border-color css
<style>
span { border-color: #CABDA4; }
span { border-color: rgb(202,189,164); }
td.TdClassName
{
border-color: #CABDA4;
}
.TagClassName
{
border-color: #CABDA4;
}
</style>