Shades of Soft Amber #CCBCA8
Tints of Soft Amber #CCBCA8
RGB
CMYK
RGB Variations
Color information
#CCBCA8 (or 0xCCBCA8) is known color: Soft Amber. HEX triplet: CC, BC and A8. RGB value is (204,188,168). Sum of RGB (Red+Green+Blue) = 204+188+168=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCA8 is #334357. Grayscale: #BEBEBE. Windows color (decimal): -3359576 or 11058380. OLE color: 11058380.
HSL color Cylindrical-coordinate representation of color #CCBCA8: hue angle of 33.33º 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 #CCBCA8 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 188 | 168 | - |
CMYK | 0 | 0.08 | 0.18 | 0.2 |
HSL | 33.33º | 0.26% | 0.73% | - |
HSV(B) | 33.33º | 0.18% | 0.8% | - |
XYZ | 49.95 | 51.63 | 44.38 | - |
YUV | 190.5 | 115.3 | 137.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 188 | 168 | 0 | 0.08 | 0.18 | 0.2 | 33.33 | 0.26 | 0.73 |
Hex | CC | BC | A8 | 0 | 8 | 12 | 14 | 21 | 1A | 49 |
Octal | 314 | 274 | 250 | 0 | 10 | 22 | 24 | 41 | 32 | 111 |
Binary | 11001100 | 10111100 | 10101000 | 0 | 1000 | 10010 | 10100 | 100001 | 11010 | 1001001 |
Color Harmonies of #CCBCA8
Complementary color
Monochromatic Colors of #CCBCA8
Black with #CCBCA8
Text Example
Text Example
White with #CCBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCA8; }
p { color: rgb(204,188,168); }
H1.HeaderClassName
{
color: #CCBCA8;
}
.AnyTagClassName
{
color: #CCBCA8;
}
</style>
background-color css
<style>
a { background-color: #CCBCA8; }
a { background-color: rgb(204,188,168); }
div.DivClassName
{
background-color: #CCBCA8;
}
.BgClassName
{
background-color: #CCBCA8;
}
</style>
border-color css
<style>
span { border-color: #CCBCA8; }
span { border-color: rgb(204,188,168); }
td.TdClassName
{
border-color: #CCBCA8;
}
.TagClassName
{
border-color: #CCBCA8;
}
</style>