Shades of Yuma #CCBB73
Tints of Yuma #CCBB73
RGB
CMYK
RGB Variations
Color information
#CCBB73 (or 0xCCBB73) is known color: Yuma. HEX triplet: CC, BB and 73. RGB value is (204,187,115). Sum of RGB (Red+Green+Blue) = 204+187+115=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB73 is #33448C. Grayscale: #B8B8B8. Windows color (decimal): -3359885 or 7584716. OLE color: 7584716.
HSL color Cylindrical-coordinate representation of color #CCBB73: hue angle of 48.54º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCBB73 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 115 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.2 |
| HSL | 48.54º | 0.47% | 0.63% | - |
| HSV(B) | 48.54º | 0.44% | 0.8% | - |
| XYZ | 45.77 | 49.62 | 23.38 | - |
| YUV | 183.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 115 | 0 | 0.08 | 0.44 | 0.2 | 48.54 | 0.47 | 0.63 |
| Hex | CC | BB | 73 | 0 | 8 | 2C | 14 | 31 | 2F | 3F |
| Octal | 314 | 273 | 163 | 0 | 10 | 54 | 24 | 61 | 57 | 77 |
| Binary | 11001100 | 10111011 | 1110011 | 0 | 1000 | 101100 | 10100 | 110001 | 101111 | 111111 |
Color Harmonies of #CCBB73
Complementary color
Monochromatic Colors of #CCBB73
Black with #CCBB73
Text Example
Text Example
White with #CCBB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB73; }
p { color: rgb(204,187,115); }
H1.HeaderClassName
{
color: #CCBB73;
}
.AnyTagClassName
{
color: #CCBB73;
}
</style>
background-color css
<style>
a { background-color: #CCBB73; }
a { background-color: rgb(204,187,115); }
div.DivClassName
{
background-color: #CCBB73;
}
.BgClassName
{
background-color: #CCBB73;
}
</style>
border-color css
<style>
span { border-color: #CCBB73; }
span { border-color: rgb(204,187,115); }
td.TdClassName
{
border-color: #CCBB73;
}
.TagClassName
{
border-color: #CCBB73;
}
</style>