Shades of Yuma #CCB97A
Tints of Yuma #CCB97A
RGB
CMYK
RGB Variations
Color information
#CCB97A (or 0xCCB97A) is known color: Yuma. HEX triplet: CC, B9 and 7A. RGB value is (204,185,122). Sum of RGB (Red+Green+Blue) = 204+185+122=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB97A is #334685. Grayscale: #B7B7B7. Windows color (decimal): -3360390 or 8042956. OLE color: 8042956.
HSL color Cylindrical-coordinate representation of color #CCB97A: hue angle of 46.1º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB97A is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 122 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.2 |
| HSL | 46.1º | 0.45% | 0.64% | - |
| HSV(B) | 46.1º | 0.4% | 0.8% | - |
| XYZ | 45.76 | 48.94 | 25.45 | - |
| YUV | 183.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 122 | 0 | 0.09 | 0.40 | 0.2 | 46.1 | 0.45 | 0.64 |
| Hex | CC | B9 | 7A | 0 | 9 | 28 | 14 | 2E | 2D | 40 |
| Octal | 314 | 271 | 172 | 0 | 11 | 50 | 24 | 56 | 55 | 100 |
| Binary | 11001100 | 10111001 | 1111010 | 0 | 1001 | 101000 | 10100 | 101110 | 101101 | 1000000 |
Color Harmonies of #CCB97A
Complementary color
Monochromatic Colors of #CCB97A
Black with #CCB97A
Text Example
Text Example
White with #CCB97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB97A; }
p { color: rgb(204,185,122); }
H1.HeaderClassName
{
color: #CCB97A;
}
.AnyTagClassName
{
color: #CCB97A;
}
</style>
background-color css
<style>
a { background-color: #CCB97A; }
a { background-color: rgb(204,185,122); }
div.DivClassName
{
background-color: #CCB97A;
}
.BgClassName
{
background-color: #CCB97A;
}
</style>
border-color css
<style>
span { border-color: #CCB97A; }
span { border-color: rgb(204,185,122); }
td.TdClassName
{
border-color: #CCB97A;
}
.TagClassName
{
border-color: #CCB97A;
}
</style>