Shades of Soft Amber #CCBEA8
Tints of Soft Amber #CCBEA8
RGB
CMYK
RGB Variations
Color information
#CCBEA8 (or 0xCCBEA8) is known color: Soft Amber. HEX triplet: CC, BE and A8. RGB value is (204,190,168). Sum of RGB (Red+Green+Blue) = 204+190+168=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEA8 is #334157. Grayscale: #BFBFBF. Windows color (decimal): -3359064 or 11058892. OLE color: 11058892.
HSL color Cylindrical-coordinate representation of color #CCBEA8: hue angle of 36.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBEA8 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 168 | - |
CMYK | 0 | 0.07 | 0.18 | 0.2 |
HSL | 36.67º | 0.26% | 0.73% | - |
HSV(B) | 36.67º | 0.18% | 0.8% | - |
XYZ | 50.38 | 52.49 | 44.52 | - |
YUV | 191.68 | 114.64 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 168 | 0 | 0.07 | 0.18 | 0.2 | 36.67 | 0.26 | 0.73 |
Hex | CC | BE | A8 | 0 | 7 | 12 | 14 | 25 | 1A | 49 |
Octal | 314 | 276 | 250 | 0 | 7 | 22 | 24 | 45 | 32 | 111 |
Binary | 11001100 | 10111110 | 10101000 | 0 | 111 | 10010 | 10100 | 100101 | 11010 | 1001001 |
Color Harmonies of #CCBEA8
Complementary color
Monochromatic Colors of #CCBEA8
Black with #CCBEA8
Text Example
Text Example
White with #CCBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEA8; }
p { color: rgb(204,190,168); }
H1.HeaderClassName
{
color: #CCBEA8;
}
.AnyTagClassName
{
color: #CCBEA8;
}
</style>
background-color css
<style>
a { background-color: #CCBEA8; }
a { background-color: rgb(204,190,168); }
div.DivClassName
{
background-color: #CCBEA8;
}
.BgClassName
{
background-color: #CCBEA8;
}
</style>
border-color css
<style>
span { border-color: #CCBEA8; }
span { border-color: rgb(204,190,168); }
td.TdClassName
{
border-color: #CCBEA8;
}
.TagClassName
{
border-color: #CCBEA8;
}
</style>