Shades of Yuma #CCB47C
Tints of Yuma #CCB47C
RGB
CMYK
RGB Variations
Color information
#CCB47C (or 0xCCB47C) is known color: Yuma. HEX triplet: CC, B4 and 7C. RGB value is (204,180,124). Sum of RGB (Red+Green+Blue) = 204+180+124=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB47C is #334B83. Grayscale: #B5B5B5. Windows color (decimal): -3361668 or 8172748. OLE color: 8172748.
HSL color Cylindrical-coordinate representation of color #CCB47C: hue angle of 42º 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 #CCB47C is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 124 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.2 |
| HSL | 42º | 0.44% | 0.64% | - |
| HSV(B) | 42º | 0.39% | 0.8% | - |
| XYZ | 44.86 | 46.94 | 25.76 | - |
| YUV | 180.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 124 | 0 | 0.12 | 0.39 | 0.2 | 42 | 0.44 | 0.64 |
| Hex | CC | B4 | 7C | 0 | C | 27 | 14 | 2A | 2C | 40 |
| Octal | 314 | 264 | 174 | 0 | 14 | 47 | 24 | 52 | 54 | 100 |
| Binary | 11001100 | 10110100 | 1111100 | 0 | 1100 | 100111 | 10100 | 101010 | 101100 | 1000000 |
Color Harmonies of #CCB47C
Complementary color
Monochromatic Colors of #CCB47C
Black with #CCB47C
Text Example
Text Example
White with #CCB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB47C; }
p { color: rgb(204,180,124); }
H1.HeaderClassName
{
color: #CCB47C;
}
.AnyTagClassName
{
color: #CCB47C;
}
</style>
background-color css
<style>
a { background-color: #CCB47C; }
a { background-color: rgb(204,180,124); }
div.DivClassName
{
background-color: #CCB47C;
}
.BgClassName
{
background-color: #CCB47C;
}
</style>
border-color css
<style>
span { border-color: #CCB47C; }
span { border-color: rgb(204,180,124); }
td.TdClassName
{
border-color: #CCB47C;
}
.TagClassName
{
border-color: #CCB47C;
}
</style>