Shades of Yuma #CCB87C
Tints of Yuma #CCB87C
RGB
CMYK
RGB Variations
Color information
#CCB87C (or 0xCCB87C) is known color: Yuma. HEX triplet: CC, B8 and 7C. RGB value is (204,184,124). Sum of RGB (Red+Green+Blue) = 204+184+124=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB87C is #334783. Grayscale: #B7B7B7. Windows color (decimal): -3360644 or 8173772. OLE color: 8173772.
HSL color Cylindrical-coordinate representation of color #CCB87C: hue angle of 45º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCB87C is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 124 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.2 |
| HSL | 45º | 0.44% | 0.64% | - |
| HSV(B) | 45º | 0.39% | 0.8% | - |
| XYZ | 45.68 | 48.57 | 26.04 | - |
| YUV | 183.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 124 | 0 | 0.10 | 0.39 | 0.2 | 45 | 0.44 | 0.64 |
| Hex | CC | B8 | 7C | 0 | A | 27 | 14 | 2D | 2C | 40 |
| Octal | 314 | 270 | 174 | 0 | 12 | 47 | 24 | 55 | 54 | 100 |
| Binary | 11001100 | 10111000 | 1111100 | 0 | 1010 | 100111 | 10100 | 101101 | 101100 | 1000000 |
Color Harmonies of #CCB87C
Complementary color
Monochromatic Colors of #CCB87C
Black with #CCB87C
Text Example
Text Example
White with #CCB87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB87C; }
p { color: rgb(204,184,124); }
H1.HeaderClassName
{
color: #CCB87C;
}
.AnyTagClassName
{
color: #CCB87C;
}
</style>
background-color css
<style>
a { background-color: #CCB87C; }
a { background-color: rgb(204,184,124); }
div.DivClassName
{
background-color: #CCB87C;
}
.BgClassName
{
background-color: #CCB87C;
}
</style>
border-color css
<style>
span { border-color: #CCB87C; }
span { border-color: rgb(204,184,124); }
td.TdClassName
{
border-color: #CCB87C;
}
.TagClassName
{
border-color: #CCB87C;
}
</style>