Shades of Yuma #CCB974
Tints of Yuma #CCB974
RGB
CMYK
RGB Variations
Color information
#CCB974 (or 0xCCB974) is known color: Yuma. HEX triplet: CC, B9 and 74. RGB value is (204,185,116). Sum of RGB (Red+Green+Blue) = 204+185+116=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB974 is #33468B. Grayscale: #B7B7B7. Windows color (decimal): -3360396 or 7649740. OLE color: 7649740.
HSL color Cylindrical-coordinate representation of color #CCB974: hue angle of 47.05º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCB974 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 116 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.2 |
| HSL | 47.05º | 0.46% | 0.63% | - |
| HSV(B) | 47.05º | 0.43% | 0.8% | - |
| XYZ | 45.4 | 48.8 | 23.55 | - |
| YUV | 182.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 116 | 0 | 0.09 | 0.43 | 0.2 | 47.05 | 0.46 | 0.63 |
| Hex | CC | B9 | 74 | 0 | 9 | 2B | 14 | 2F | 2E | 3F |
| Octal | 314 | 271 | 164 | 0 | 11 | 53 | 24 | 57 | 56 | 77 |
| Binary | 11001100 | 10111001 | 1110100 | 0 | 1001 | 101011 | 10100 | 101111 | 101110 | 111111 |
Color Harmonies of #CCB974
Complementary color
Monochromatic Colors of #CCB974
Black with #CCB974
Text Example
Text Example
White with #CCB974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB974; }
p { color: rgb(204,185,116); }
H1.HeaderClassName
{
color: #CCB974;
}
.AnyTagClassName
{
color: #CCB974;
}
</style>
background-color css
<style>
a { background-color: #CCB974; }
a { background-color: rgb(204,185,116); }
div.DivClassName
{
background-color: #CCB974;
}
.BgClassName
{
background-color: #CCB974;
}
</style>
border-color css
<style>
span { border-color: #CCB974; }
span { border-color: rgb(204,185,116); }
td.TdClassName
{
border-color: #CCB974;
}
.TagClassName
{
border-color: #CCB974;
}
</style>