Shades of Soft Amber #CCBEAE
Tints of Soft Amber #CCBEAE
RGB
CMYK
RGB Variations
Color information
#CCBEAE (or 0xCCBEAE) is known color: Soft Amber. HEX triplet: CC, BE and AE. RGB value is (204,190,174). Sum of RGB (Red+Green+Blue) = 204+190+174=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEAE is #334151. Grayscale: #C0C0C0. Windows color (decimal): -3359058 or 11452108. OLE color: 11452108.
HSL color Cylindrical-coordinate representation of color #CCBEAE: hue angle of 32º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBEAE is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 174 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.2 |
| HSL | 32º | 0.23% | 0.74% | - |
| HSV(B) | 32º | 0.15% | 0.8% | - |
| XYZ | 50.96 | 52.72 | 47.53 | - |
| YUV | 192.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 174 | 0 | 0.07 | 0.15 | 0.2 | 32 | 0.23 | 0.74 |
| Hex | CC | BE | AE | 0 | 7 | F | 14 | 20 | 17 | 4A |
| Octal | 314 | 276 | 256 | 0 | 7 | 17 | 24 | 40 | 27 | 112 |
| Binary | 11001100 | 10111110 | 10101110 | 0 | 111 | 1111 | 10100 | 100000 | 10111 | 1001010 |
Color Harmonies of #CCBEAE
Complementary color
Monochromatic Colors of #CCBEAE
Black with #CCBEAE
Text Example
Text Example
White with #CCBEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEAE; }
p { color: rgb(204,190,174); }
H1.HeaderClassName
{
color: #CCBEAE;
}
.AnyTagClassName
{
color: #CCBEAE;
}
</style>
background-color css
<style>
a { background-color: #CCBEAE; }
a { background-color: rgb(204,190,174); }
div.DivClassName
{
background-color: #CCBEAE;
}
.BgClassName
{
background-color: #CCBEAE;
}
</style>
border-color css
<style>
span { border-color: #CCBEAE; }
span { border-color: rgb(204,190,174); }
td.TdClassName
{
border-color: #CCBEAE;
}
.TagClassName
{
border-color: #CCBEAE;
}
</style>