Shades of Yuma #CCB97B
Tints of Yuma #CCB97B
RGB
CMYK
RGB Variations
Color information
#CCB97B (or 0xCCB97B) is known color: Yuma. HEX triplet: CC, B9 and 7B. RGB value is (204,185,123). Sum of RGB (Red+Green+Blue) = 204+185+123=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB97B is #334684. Grayscale: #B7B7B7. Windows color (decimal): -3360389 or 8108492. OLE color: 8108492.
HSL color Cylindrical-coordinate representation of color #CCB97B: hue angle of 45.93º degrees, saturation: 0.44, 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 #CCB97B is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 123 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.2 |
| HSL | 45.93º | 0.44% | 0.64% | - |
| HSV(B) | 45.93º | 0.4% | 0.8% | - |
| XYZ | 45.83 | 48.97 | 25.77 | - |
| YUV | 183.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 123 | 0 | 0.09 | 0.40 | 0.2 | 45.93 | 0.44 | 0.64 |
| Hex | CC | B9 | 7B | 0 | 9 | 28 | 14 | 2E | 2C | 40 |
| Octal | 314 | 271 | 173 | 0 | 11 | 50 | 24 | 56 | 54 | 100 |
| Binary | 11001100 | 10111001 | 1111011 | 0 | 1001 | 101000 | 10100 | 101110 | 101100 | 1000000 |
Color Harmonies of #CCB97B
Complementary color
Monochromatic Colors of #CCB97B
Black with #CCB97B
Text Example
Text Example
White with #CCB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB97B; }
p { color: rgb(204,185,123); }
H1.HeaderClassName
{
color: #CCB97B;
}
.AnyTagClassName
{
color: #CCB97B;
}
</style>
background-color css
<style>
a { background-color: #CCB97B; }
a { background-color: rgb(204,185,123); }
div.DivClassName
{
background-color: #CCB97B;
}
.BgClassName
{
background-color: #CCB97B;
}
</style>
border-color css
<style>
span { border-color: #CCB97B; }
span { border-color: rgb(204,185,123); }
td.TdClassName
{
border-color: #CCB97B;
}
.TagClassName
{
border-color: #CCB97B;
}
</style>