Shades of Yuma #CCB883
Tints of Yuma #CCB883
RGB
CMYK
RGB Variations
Color information
#CCB883 (or 0xCCB883) is known color: Yuma. HEX triplet: CC, B8 and 83. RGB value is (204,184,131). Sum of RGB (Red+Green+Blue) = 204+184+131=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB883 is #33477C. Grayscale: #B8B8B8. Windows color (decimal): -3360637 or 8632524. OLE color: 8632524.
HSL color Cylindrical-coordinate representation of color #CCB883: hue angle of 43.56º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCB883 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 131 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.2 |
| HSL | 43.56º | 0.42% | 0.66% | - |
| HSV(B) | 43.56º | 0.36% | 0.8% | - |
| XYZ | 46.14 | 48.76 | 28.45 | - |
| YUV | 183.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 131 | 0 | 0.10 | 0.36 | 0.2 | 43.56 | 0.42 | 0.66 |
| Hex | CC | B8 | 83 | 0 | A | 24 | 14 | 2C | 2A | 42 |
| Octal | 314 | 270 | 203 | 0 | 12 | 44 | 24 | 54 | 52 | 102 |
| Binary | 11001100 | 10111000 | 10000011 | 0 | 1010 | 100100 | 10100 | 101100 | 101010 | 1000010 |
Color Harmonies of #CCB883
Complementary color
Monochromatic Colors of #CCB883
Black with #CCB883
Text Example
Text Example
White with #CCB883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB883; }
p { color: rgb(204,184,131); }
H1.HeaderClassName
{
color: #CCB883;
}
.AnyTagClassName
{
color: #CCB883;
}
</style>
background-color css
<style>
a { background-color: #CCB883; }
a { background-color: rgb(204,184,131); }
div.DivClassName
{
background-color: #CCB883;
}
.BgClassName
{
background-color: #CCB883;
}
</style>
border-color css
<style>
span { border-color: #CCB883; }
span { border-color: rgb(204,184,131); }
td.TdClassName
{
border-color: #CCB883;
}
.TagClassName
{
border-color: #CCB883;
}
</style>