Shades of Yuma #CCB782
Tints of Yuma #CCB782
RGB
CMYK
RGB Variations
Color information
#CCB782 (or 0xCCB782) is known color: Yuma. HEX triplet: CC, B7 and 82. RGB value is (204,183,130). Sum of RGB (Red+Green+Blue) = 204+183+130=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB782 is #33487D. Grayscale: #B7B7B7. Windows color (decimal): -3360894 or 8566732. OLE color: 8566732.
HSL color Cylindrical-coordinate representation of color #CCB782: hue angle of 42.97º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCB782 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 130 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.2 |
| HSL | 42.97º | 0.42% | 0.65% | - |
| HSV(B) | 42.97º | 0.36% | 0.8% | - |
| XYZ | 45.86 | 48.32 | 28.03 | - |
| YUV | 183.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 130 | 0 | 0.10 | 0.36 | 0.2 | 42.97 | 0.42 | 0.65 |
| Hex | CC | B7 | 82 | 0 | A | 24 | 14 | 2B | 2A | 41 |
| Octal | 314 | 267 | 202 | 0 | 12 | 44 | 24 | 53 | 52 | 101 |
| Binary | 11001100 | 10110111 | 10000010 | 0 | 1010 | 100100 | 10100 | 101011 | 101010 | 1000001 |
Color Harmonies of #CCB782
Complementary color
Monochromatic Colors of #CCB782
Black with #CCB782
Text Example
Text Example
White with #CCB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB782; }
p { color: rgb(204,183,130); }
H1.HeaderClassName
{
color: #CCB782;
}
.AnyTagClassName
{
color: #CCB782;
}
</style>
background-color css
<style>
a { background-color: #CCB782; }
a { background-color: rgb(204,183,130); }
div.DivClassName
{
background-color: #CCB782;
}
.BgClassName
{
background-color: #CCB782;
}
</style>
border-color css
<style>
span { border-color: #CCB782; }
span { border-color: rgb(204,183,130); }
td.TdClassName
{
border-color: #CCB782;
}
.TagClassName
{
border-color: #CCB782;
}
</style>