Shades of Yuma #CCB87D
Tints of Yuma #CCB87D
RGB
CMYK
RGB Variations
Color information
#CCB87D (or 0xCCB87D) is known color: Yuma. HEX triplet: CC, B8 and 7D. RGB value is (204,184,125). Sum of RGB (Red+Green+Blue) = 204+184+125=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB87D is #334782. Grayscale: #B7B7B7. Windows color (decimal): -3360643 or 8239308. OLE color: 8239308.
HSL color Cylindrical-coordinate representation of color #CCB87D: hue angle of 44.81º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCB87D is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 125 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.2 |
| HSL | 44.81º | 0.44% | 0.65% | - |
| HSV(B) | 44.81º | 0.39% | 0.8% | - |
| XYZ | 45.74 | 48.6 | 26.37 | - |
| YUV | 183.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 125 | 0 | 0.10 | 0.39 | 0.2 | 44.81 | 0.44 | 0.65 |
| Hex | CC | B8 | 7D | 0 | A | 27 | 14 | 2D | 2C | 41 |
| Octal | 314 | 270 | 175 | 0 | 12 | 47 | 24 | 55 | 54 | 101 |
| Binary | 11001100 | 10111000 | 1111101 | 0 | 1010 | 100111 | 10100 | 101101 | 101100 | 1000001 |
Color Harmonies of #CCB87D
Complementary color
Monochromatic Colors of #CCB87D
Black with #CCB87D
Text Example
Text Example
White with #CCB87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB87D; }
p { color: rgb(204,184,125); }
H1.HeaderClassName
{
color: #CCB87D;
}
.AnyTagClassName
{
color: #CCB87D;
}
</style>
background-color css
<style>
a { background-color: #CCB87D; }
a { background-color: rgb(204,184,125); }
div.DivClassName
{
background-color: #CCB87D;
}
.BgClassName
{
background-color: #CCB87D;
}
</style>
border-color css
<style>
span { border-color: #CCB87D; }
span { border-color: rgb(204,184,125); }
td.TdClassName
{
border-color: #CCB87D;
}
.TagClassName
{
border-color: #CCB87D;
}
</style>