Shades of Soft Amber #CCBEA6
Tints of Soft Amber #CCBEA6
RGB
CMYK
RGB Variations
Color information
#CCBEA6 (or 0xCCBEA6) is known color: Soft Amber. HEX triplet: CC, BE and A6. RGB value is (204,190,166). Sum of RGB (Red+Green+Blue) = 204+190+166=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEA6 is #334159. Grayscale: #BFBFBF. Windows color (decimal): -3359066 or 10927820. OLE color: 10927820.
HSL color Cylindrical-coordinate representation of color #CCBEA6: hue angle of 37.89º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBEA6 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 166 | - |
CMYK | 0 | 0.07 | 0.19 | 0.2 |
HSL | 37.89º | 0.27% | 0.73% | - |
HSV(B) | 37.89º | 0.19% | 0.8% | - |
XYZ | 50.2 | 52.42 | 43.55 | - |
YUV | 191.45 | 113.64 | 136.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 166 | 0 | 0.07 | 0.19 | 0.2 | 37.89 | 0.27 | 0.73 |
Hex | CC | BE | A6 | 0 | 7 | 13 | 14 | 26 | 1B | 49 |
Octal | 314 | 276 | 246 | 0 | 7 | 23 | 24 | 46 | 33 | 111 |
Binary | 11001100 | 10111110 | 10100110 | 0 | 111 | 10011 | 10100 | 100110 | 11011 | 1001001 |
Color Harmonies of #CCBEA6
Complementary color
Monochromatic Colors of #CCBEA6
Black with #CCBEA6
Text Example
Text Example
White with #CCBEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEA6; }
p { color: rgb(204,190,166); }
H1.HeaderClassName
{
color: #CCBEA6;
}
.AnyTagClassName
{
color: #CCBEA6;
}
</style>
background-color css
<style>
a { background-color: #CCBEA6; }
a { background-color: rgb(204,190,166); }
div.DivClassName
{
background-color: #CCBEA6;
}
.BgClassName
{
background-color: #CCBEA6;
}
</style>
border-color css
<style>
span { border-color: #CCBEA6; }
span { border-color: rgb(204,190,166); }
td.TdClassName
{
border-color: #CCBEA6;
}
.TagClassName
{
border-color: #CCBEA6;
}
</style>