Shades of Soft Amber #CCBEAC
Tints of Soft Amber #CCBEAC
RGB
CMYK
RGB Variations
Color information
#CCBEAC (or 0xCCBEAC) is known color: Soft Amber. HEX triplet: CC, BE and AC. RGB value is (204,190,172). Sum of RGB (Red+Green+Blue) = 204+190+172=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEAC is #334153. Grayscale: #C0C0C0. Windows color (decimal): -3359060 or 11321036. OLE color: 11321036.
HSL color Cylindrical-coordinate representation of color #CCBEAC: hue angle of 33.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCBEAC is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 172 | - |
CMYK | 0 | 0.07 | 0.16 | 0.2 |
HSL | 33.75º | 0.24% | 0.74% | - |
HSV(B) | 33.75º | 0.16% | 0.8% | - |
XYZ | 50.76 | 52.64 | 46.52 | - |
YUV | 192.13 | 116.64 | 136.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 172 | 0 | 0.07 | 0.16 | 0.2 | 33.75 | 0.24 | 0.74 |
Hex | CC | BE | AC | 0 | 7 | 10 | 14 | 22 | 18 | 4A |
Octal | 314 | 276 | 254 | 0 | 7 | 20 | 24 | 42 | 30 | 112 |
Binary | 11001100 | 10111110 | 10101100 | 0 | 111 | 10000 | 10100 | 100010 | 11000 | 1001010 |
Color Harmonies of #CCBEAC
Complementary color
Monochromatic Colors of #CCBEAC
Black with #CCBEAC
Text Example
Text Example
White with #CCBEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEAC; }
p { color: rgb(204,190,172); }
H1.HeaderClassName
{
color: #CCBEAC;
}
.AnyTagClassName
{
color: #CCBEAC;
}
</style>
background-color css
<style>
a { background-color: #CCBEAC; }
a { background-color: rgb(204,190,172); }
div.DivClassName
{
background-color: #CCBEAC;
}
.BgClassName
{
background-color: #CCBEAC;
}
</style>
border-color css
<style>
span { border-color: #CCBEAC; }
span { border-color: rgb(204,190,172); }
td.TdClassName
{
border-color: #CCBEAC;
}
.TagClassName
{
border-color: #CCBEAC;
}
</style>