Shades of Yuma #CCB382
Tints of Yuma #CCB382
RGB
CMYK
RGB Variations
Color information
#CCB382 (or 0xCCB382) is known color: Yuma. HEX triplet: CC, B3 and 82. RGB value is (204,179,130). Sum of RGB (Red+Green+Blue) = 204+179+130=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB382 is #334C7D. Grayscale: #B5B5B5. Windows color (decimal): -3361918 or 8565708. OLE color: 8565708.
HSL color Cylindrical-coordinate representation of color #CCB382: hue angle of 39.73º 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 #CCB382 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 130 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.2 |
| HSL | 39.73º | 0.42% | 0.65% | - |
| HSV(B) | 39.73º | 0.36% | 0.8% | - |
| XYZ | 45.05 | 46.69 | 27.76 | - |
| YUV | 180.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 130 | 0 | 0.12 | 0.36 | 0.2 | 39.73 | 0.42 | 0.65 |
| Hex | CC | B3 | 82 | 0 | C | 24 | 14 | 28 | 2A | 41 |
| Octal | 314 | 263 | 202 | 0 | 14 | 44 | 24 | 50 | 52 | 101 |
| Binary | 11001100 | 10110011 | 10000010 | 0 | 1100 | 100100 | 10100 | 101000 | 101010 | 1000001 |
Color Harmonies of #CCB382
Complementary color
Monochromatic Colors of #CCB382
Black with #CCB382
Text Example
Text Example
White with #CCB382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB382; }
p { color: rgb(204,179,130); }
H1.HeaderClassName
{
color: #CCB382;
}
.AnyTagClassName
{
color: #CCB382;
}
</style>
background-color css
<style>
a { background-color: #CCB382; }
a { background-color: rgb(204,179,130); }
div.DivClassName
{
background-color: #CCB382;
}
.BgClassName
{
background-color: #CCB382;
}
</style>
border-color css
<style>
span { border-color: #CCB382; }
span { border-color: rgb(204,179,130); }
td.TdClassName
{
border-color: #CCB382;
}
.TagClassName
{
border-color: #CCB382;
}
</style>