Shades of Yuma #CCB582
Tints of Yuma #CCB582
RGB
CMYK
RGB Variations
Color information
#CCB582 (or 0xCCB582) is known color: Yuma. HEX triplet: CC, B5 and 82. RGB value is (204,181,130). Sum of RGB (Red+Green+Blue) = 204+181+130=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB582 is #334A7D. Grayscale: #B6B6B6. Windows color (decimal): -3361406 or 8566220. OLE color: 8566220.
HSL color Cylindrical-coordinate representation of color #CCB582: hue angle of 41.35º 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 #CCB582 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 130 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.2 |
| HSL | 41.35º | 0.42% | 0.65% | - |
| HSV(B) | 41.35º | 0.36% | 0.8% | - |
| XYZ | 45.45 | 47.5 | 27.89 | - |
| YUV | 182.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 130 | 0 | 0.11 | 0.36 | 0.2 | 41.35 | 0.42 | 0.65 |
| Hex | CC | B5 | 82 | 0 | B | 24 | 14 | 29 | 2A | 41 |
| Octal | 314 | 265 | 202 | 0 | 13 | 44 | 24 | 51 | 52 | 101 |
| Binary | 11001100 | 10110101 | 10000010 | 0 | 1011 | 100100 | 10100 | 101001 | 101010 | 1000001 |
Color Harmonies of #CCB582
Complementary color
Monochromatic Colors of #CCB582
Black with #CCB582
Text Example
Text Example
White with #CCB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB582; }
p { color: rgb(204,181,130); }
H1.HeaderClassName
{
color: #CCB582;
}
.AnyTagClassName
{
color: #CCB582;
}
</style>
background-color css
<style>
a { background-color: #CCB582; }
a { background-color: rgb(204,181,130); }
div.DivClassName
{
background-color: #CCB582;
}
.BgClassName
{
background-color: #CCB582;
}
</style>
border-color css
<style>
span { border-color: #CCB582; }
span { border-color: rgb(204,181,130); }
td.TdClassName
{
border-color: #CCB582;
}
.TagClassName
{
border-color: #CCB582;
}
</style>