Shades of Soft Amber #CABEAC
Tints of Soft Amber #CABEAC
RGB
CMYK
RGB Variations
Color information
#CABEAC (or 0xCABEAC) is known color: Soft Amber. HEX triplet: CA, BE and AC. RGB value is (202,190,172). Sum of RGB (Red+Green+Blue) = 202+190+172=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABEAC is #354153. Grayscale: #BFBFBF. Windows color (decimal): -3490132 or 11321034. OLE color: 11321034.
HSL color Cylindrical-coordinate representation of color #CABEAC: hue angle of 36º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABEAC is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 190 | 172 | - |
CMYK | 0 | 0.06 | 0.15 | 0.21 |
HSL | 36º | 0.22% | 0.73% | - |
HSV(B) | 36º | 0.15% | 0.79% | - |
XYZ | 50.22 | 52.36 | 46.49 | - |
YUV | 191.54 | 116.98 | 135.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 172 | 0 | 0.06 | 0.15 | 0.21 | 36 | 0.22 | 0.73 |
Hex | CA | BE | AC | 0 | 6 | F | 15 | 24 | 16 | 49 |
Octal | 312 | 276 | 254 | 0 | 6 | 17 | 25 | 44 | 26 | 111 |
Binary | 11001010 | 10111110 | 10101100 | 0 | 110 | 1111 | 10101 | 100100 | 10110 | 1001001 |
Color Harmonies of #CABEAC
Complementary color
Monochromatic Colors of #CABEAC
Black with #CABEAC
Text Example
Text Example
White with #CABEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEAC; }
p { color: rgb(202,190,172); }
H1.HeaderClassName
{
color: #CABEAC;
}
.AnyTagClassName
{
color: #CABEAC;
}
</style>
background-color css
<style>
a { background-color: #CABEAC; }
a { background-color: rgb(202,190,172); }
div.DivClassName
{
background-color: #CABEAC;
}
.BgClassName
{
background-color: #CABEAC;
}
</style>
border-color css
<style>
span { border-color: #CABEAC; }
span { border-color: rgb(202,190,172); }
td.TdClassName
{
border-color: #CABEAC;
}
.TagClassName
{
border-color: #CABEAC;
}
</style>