Shades of Yuma #CCBC72
Tints of Yuma #CCBC72
RGB
CMYK
RGB Variations
Color information
#CCBC72 (or 0xCCBC72) is known color: Yuma. HEX triplet: CC, BC and 72. RGB value is (204,188,114). Sum of RGB (Red+Green+Blue) = 204+188+114=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC72 is #33438D. Grayscale: #B8B8B8. Windows color (decimal): -3359630 or 7519436. OLE color: 7519436.
HSL color Cylindrical-coordinate representation of color #CCBC72: hue angle of 49.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCBC72 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 114 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.2 |
| HSL | 49.33º | 0.47% | 0.62% | - |
| HSV(B) | 49.33º | 0.44% | 0.8% | - |
| XYZ | 45.92 | 50.02 | 23.15 | - |
| YUV | 184.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 114 | 0 | 0.08 | 0.44 | 0.2 | 49.33 | 0.47 | 0.62 |
| Hex | CC | BC | 72 | 0 | 8 | 2C | 14 | 31 | 2F | 3E |
| Octal | 314 | 274 | 162 | 0 | 10 | 54 | 24 | 61 | 57 | 76 |
| Binary | 11001100 | 10111100 | 1110010 | 0 | 1000 | 101100 | 10100 | 110001 | 101111 | 111110 |
Color Harmonies of #CCBC72
Complementary color
Monochromatic Colors of #CCBC72
Black with #CCBC72
Text Example
Text Example
White with #CCBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC72; }
p { color: rgb(204,188,114); }
H1.HeaderClassName
{
color: #CCBC72;
}
.AnyTagClassName
{
color: #CCBC72;
}
</style>
background-color css
<style>
a { background-color: #CCBC72; }
a { background-color: rgb(204,188,114); }
div.DivClassName
{
background-color: #CCBC72;
}
.BgClassName
{
background-color: #CCBC72;
}
</style>
border-color css
<style>
span { border-color: #CCBC72; }
span { border-color: rgb(204,188,114); }
td.TdClassName
{
border-color: #CCBC72;
}
.TagClassName
{
border-color: #CCBC72;
}
</style>