Shades of Yuma #CCB97C
Tints of Yuma #CCB97C
RGB
CMYK
RGB Variations
Color information
#CCB97C (or 0xCCB97C) is known color: Yuma. HEX triplet: CC, B9 and 7C. RGB value is (204,185,124). Sum of RGB (Red+Green+Blue) = 204+185+124=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB97C is #334683. Grayscale: #B7B7B7. Windows color (decimal): -3360388 or 8174028. OLE color: 8174028.
HSL color Cylindrical-coordinate representation of color #CCB97C: hue angle of 45.75º 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 #CCB97C is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 124 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.2 |
| HSL | 45.75º | 0.44% | 0.64% | - |
| HSV(B) | 45.75º | 0.39% | 0.8% | - |
| XYZ | 45.89 | 48.99 | 26.11 | - |
| YUV | 183.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 124 | 0 | 0.09 | 0.39 | 0.2 | 45.75 | 0.44 | 0.64 |
| Hex | CC | B9 | 7C | 0 | 9 | 27 | 14 | 2E | 2C | 40 |
| Octal | 314 | 271 | 174 | 0 | 11 | 47 | 24 | 56 | 54 | 100 |
| Binary | 11001100 | 10111001 | 1111100 | 0 | 1001 | 100111 | 10100 | 101110 | 101100 | 1000000 |
Color Harmonies of #CCB97C
Complementary color
Monochromatic Colors of #CCB97C
Black with #CCB97C
Text Example
Text Example
White with #CCB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB97C; }
p { color: rgb(204,185,124); }
H1.HeaderClassName
{
color: #CCB97C;
}
.AnyTagClassName
{
color: #CCB97C;
}
</style>
background-color css
<style>
a { background-color: #CCB97C; }
a { background-color: rgb(204,185,124); }
div.DivClassName
{
background-color: #CCB97C;
}
.BgClassName
{
background-color: #CCB97C;
}
</style>
border-color css
<style>
span { border-color: #CCB97C; }
span { border-color: rgb(204,185,124); }
td.TdClassName
{
border-color: #CCB97C;
}
.TagClassName
{
border-color: #CCB97C;
}
</style>