Shades of Yuma #CCB37C
Tints of Yuma #CCB37C
RGB
CMYK
RGB Variations
Color information
#CCB37C (or 0xCCB37C) is known color: Yuma. HEX triplet: CC, B3 and 7C. RGB value is (204,179,124). Sum of RGB (Red+Green+Blue) = 204+179+124=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB37C is #334C83. Grayscale: #B4B4B4. Windows color (decimal): -3361924 or 8172492. OLE color: 8172492.
HSL color Cylindrical-coordinate representation of color #CCB37C: hue angle of 41.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCB37C is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 124 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.2 |
| HSL | 41.25º | 0.44% | 0.64% | - |
| HSV(B) | 41.25º | 0.39% | 0.8% | - |
| XYZ | 44.66 | 46.53 | 25.7 | - |
| YUV | 180.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 124 | 0 | 0.12 | 0.39 | 0.2 | 41.25 | 0.44 | 0.64 |
| Hex | CC | B3 | 7C | 0 | C | 27 | 14 | 29 | 2C | 40 |
| Octal | 314 | 263 | 174 | 0 | 14 | 47 | 24 | 51 | 54 | 100 |
| Binary | 11001100 | 10110011 | 1111100 | 0 | 1100 | 100111 | 10100 | 101001 | 101100 | 1000000 |
Color Harmonies of #CCB37C
Complementary color
Monochromatic Colors of #CCB37C
Black with #CCB37C
Text Example
Text Example
White with #CCB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB37C; }
p { color: rgb(204,179,124); }
H1.HeaderClassName
{
color: #CCB37C;
}
.AnyTagClassName
{
color: #CCB37C;
}
</style>
background-color css
<style>
a { background-color: #CCB37C; }
a { background-color: rgb(204,179,124); }
div.DivClassName
{
background-color: #CCB37C;
}
.BgClassName
{
background-color: #CCB37C;
}
</style>
border-color css
<style>
span { border-color: #CCB37C; }
span { border-color: rgb(204,179,124); }
td.TdClassName
{
border-color: #CCB37C;
}
.TagClassName
{
border-color: #CCB37C;
}
</style>