Shades of Yuma #CCB57C
Tints of Yuma #CCB57C
RGB
CMYK
RGB Variations
Color information
#CCB57C (or 0xCCB57C) is known color: Yuma. HEX triplet: CC, B5 and 7C. RGB value is (204,181,124). Sum of RGB (Red+Green+Blue) = 204+181+124=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB57C is #334A83. Grayscale: #B5B5B5. Windows color (decimal): -3361412 or 8173004. OLE color: 8173004.
HSL color Cylindrical-coordinate representation of color #CCB57C: hue angle of 42.75º 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 #CCB57C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 124 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.2 |
| HSL | 42.75º | 0.44% | 0.64% | - |
| HSV(B) | 42.75º | 0.39% | 0.8% | - |
| XYZ | 45.06 | 47.34 | 25.83 | - |
| YUV | 181.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 124 | 0 | 0.11 | 0.39 | 0.2 | 42.75 | 0.44 | 0.64 |
| Hex | CC | B5 | 7C | 0 | B | 27 | 14 | 2B | 2C | 40 |
| Octal | 314 | 265 | 174 | 0 | 13 | 47 | 24 | 53 | 54 | 100 |
| Binary | 11001100 | 10110101 | 1111100 | 0 | 1011 | 100111 | 10100 | 101011 | 101100 | 1000000 |
Color Harmonies of #CCB57C
Complementary color
Monochromatic Colors of #CCB57C
Black with #CCB57C
Text Example
Text Example
White with #CCB57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB57C; }
p { color: rgb(204,181,124); }
H1.HeaderClassName
{
color: #CCB57C;
}
.AnyTagClassName
{
color: #CCB57C;
}
</style>
background-color css
<style>
a { background-color: #CCB57C; }
a { background-color: rgb(204,181,124); }
div.DivClassName
{
background-color: #CCB57C;
}
.BgClassName
{
background-color: #CCB57C;
}
</style>
border-color css
<style>
span { border-color: #CCB57C; }
span { border-color: rgb(204,181,124); }
td.TdClassName
{
border-color: #CCB57C;
}
.TagClassName
{
border-color: #CCB57C;
}
</style>