Shades of Yuma #CCBA74
Tints of Yuma #CCBA74
RGB
CMYK
RGB Variations
Color information
#CCBA74 (or 0xCCBA74) is known color: Yuma. HEX triplet: CC, BA and 74. RGB value is (204,186,116). Sum of RGB (Red+Green+Blue) = 204+186+116=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA74 is #33458B. Grayscale: #B7B7B7. Windows color (decimal): -3360140 or 7649996. OLE color: 7649996.
HSL color Cylindrical-coordinate representation of color #CCBA74: hue angle of 47.73º 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 #CCBA74 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 186 | 116 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.2 |
| HSL | 47.73º | 0.46% | 0.63% | - |
| HSV(B) | 47.73º | 0.43% | 0.8% | - |
| XYZ | 45.61 | 49.22 | 23.62 | - |
| YUV | 183.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 186 | 116 | 0 | 0.09 | 0.43 | 0.2 | 47.73 | 0.46 | 0.63 |
| Hex | CC | BA | 74 | 0 | 9 | 2B | 14 | 30 | 2E | 3F |
| Octal | 314 | 272 | 164 | 0 | 11 | 53 | 24 | 60 | 56 | 77 |
| Binary | 11001100 | 10111010 | 1110100 | 0 | 1001 | 101011 | 10100 | 110000 | 101110 | 111111 |
Color Harmonies of #CCBA74
Complementary color
Monochromatic Colors of #CCBA74
Black with #CCBA74
Text Example
Text Example
White with #CCBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBA74; }
p { color: rgb(204,186,116); }
H1.HeaderClassName
{
color: #CCBA74;
}
.AnyTagClassName
{
color: #CCBA74;
}
</style>
background-color css
<style>
a { background-color: #CCBA74; }
a { background-color: rgb(204,186,116); }
div.DivClassName
{
background-color: #CCBA74;
}
.BgClassName
{
background-color: #CCBA74;
}
</style>
border-color css
<style>
span { border-color: #CCBA74; }
span { border-color: rgb(204,186,116); }
td.TdClassName
{
border-color: #CCBA74;
}
.TagClassName
{
border-color: #CCBA74;
}
</style>