Shades of Yuma #CCB37F
Tints of Yuma #CCB37F
RGB
CMYK
RGB Variations
Color information
#CCB37F (or 0xCCB37F) is known color: Yuma. HEX triplet: CC, B3 and 7F. RGB value is (204,179,127). Sum of RGB (Red+Green+Blue) = 204+179+127=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB37F is #334C80. Grayscale: #B4B4B4. Windows color (decimal): -3361921 or 8369100. OLE color: 8369100.
HSL color Cylindrical-coordinate representation of color #CCB37F: hue angle of 40.52º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCB37F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 127 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.2 |
| HSL | 40.52º | 0.43% | 0.65% | - |
| HSV(B) | 40.52º | 0.38% | 0.8% | - |
| XYZ | 44.85 | 46.61 | 26.71 | - |
| YUV | 180.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 127 | 0 | 0.12 | 0.38 | 0.2 | 40.52 | 0.43 | 0.65 |
| Hex | CC | B3 | 7F | 0 | C | 26 | 14 | 29 | 2B | 41 |
| Octal | 314 | 263 | 177 | 0 | 14 | 46 | 24 | 51 | 53 | 101 |
| Binary | 11001100 | 10110011 | 1111111 | 0 | 1100 | 100110 | 10100 | 101001 | 101011 | 1000001 |
Color Harmonies of #CCB37F
Complementary color
Monochromatic Colors of #CCB37F
Black with #CCB37F
Text Example
Text Example
White with #CCB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB37F; }
p { color: rgb(204,179,127); }
H1.HeaderClassName
{
color: #CCB37F;
}
.AnyTagClassName
{
color: #CCB37F;
}
</style>
background-color css
<style>
a { background-color: #CCB37F; }
a { background-color: rgb(204,179,127); }
div.DivClassName
{
background-color: #CCB37F;
}
.BgClassName
{
background-color: #CCB37F;
}
</style>
border-color css
<style>
span { border-color: #CCB37F; }
span { border-color: rgb(204,179,127); }
td.TdClassName
{
border-color: #CCB37F;
}
.TagClassName
{
border-color: #CCB37F;
}
</style>