Shades of Soft Amber #CABFAC
Tints of Soft Amber #CABFAC
RGB
CMYK
RGB Variations
Color information
#CABFAC (or 0xCABFAC) is known color: Soft Amber. HEX triplet: CA, BF and AC. RGB value is (202,191,172). Sum of RGB (Red+Green+Blue) = 202+191+172=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABFAC is #354053. Grayscale: #C0C0C0. Windows color (decimal): -3489876 or 11321290. OLE color: 11321290.
HSL color Cylindrical-coordinate representation of color #CABFAC: hue angle of 38º 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 #CABFAC is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 191 | 172 | - |
CMYK | 0 | 0.05 | 0.15 | 0.21 |
HSL | 38º | 0.22% | 0.73% | - |
HSV(B) | 38º | 0.15% | 0.79% | - |
XYZ | 50.43 | 52.8 | 46.56 | - |
YUV | 192.12 | 116.64 | 135.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 172 | 0 | 0.05 | 0.15 | 0.21 | 38 | 0.22 | 0.73 |
Hex | CA | BF | AC | 0 | 5 | F | 15 | 26 | 16 | 49 |
Octal | 312 | 277 | 254 | 0 | 5 | 17 | 25 | 46 | 26 | 111 |
Binary | 11001010 | 10111111 | 10101100 | 0 | 101 | 1111 | 10101 | 100110 | 10110 | 1001001 |
Color Harmonies of #CABFAC
Complementary color
Monochromatic Colors of #CABFAC
Black with #CABFAC
Text Example
Text Example
White with #CABFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFAC; }
p { color: rgb(202,191,172); }
H1.HeaderClassName
{
color: #CABFAC;
}
.AnyTagClassName
{
color: #CABFAC;
}
</style>
background-color css
<style>
a { background-color: #CABFAC; }
a { background-color: rgb(202,191,172); }
div.DivClassName
{
background-color: #CABFAC;
}
.BgClassName
{
background-color: #CABFAC;
}
</style>
border-color css
<style>
span { border-color: #CABFAC; }
span { border-color: rgb(202,191,172); }
td.TdClassName
{
border-color: #CABFAC;
}
.TagClassName
{
border-color: #CABFAC;
}
</style>