Shades of Yuma #CCB581
Tints of Yuma #CCB581
RGB
CMYK
RGB Variations
Color information
#CCB581 (or 0xCCB581) is known color: Yuma. HEX triplet: CC, B5 and 81. RGB value is (204,181,129). Sum of RGB (Red+Green+Blue) = 204+181+129=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB581 is #334A7E. Grayscale: #B6B6B6. Windows color (decimal): -3361407 or 8500684. OLE color: 8500684.
HSL color Cylindrical-coordinate representation of color #CCB581: hue angle of 41.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCB581 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 129 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.2 |
| HSL | 41.6º | 0.42% | 0.65% | - |
| HSV(B) | 41.6º | 0.37% | 0.8% | - |
| XYZ | 45.39 | 47.47 | 27.54 | - |
| YUV | 181.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 129 | 0 | 0.11 | 0.37 | 0.2 | 41.6 | 0.42 | 0.65 |
| Hex | CC | B5 | 81 | 0 | B | 25 | 14 | 2A | 2A | 41 |
| Octal | 314 | 265 | 201 | 0 | 13 | 45 | 24 | 52 | 52 | 101 |
| Binary | 11001100 | 10110101 | 10000001 | 0 | 1011 | 100101 | 10100 | 101010 | 101010 | 1000001 |
Color Harmonies of #CCB581
Complementary color
Monochromatic Colors of #CCB581
Black with #CCB581
Text Example
Text Example
White with #CCB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB581; }
p { color: rgb(204,181,129); }
H1.HeaderClassName
{
color: #CCB581;
}
.AnyTagClassName
{
color: #CCB581;
}
</style>
background-color css
<style>
a { background-color: #CCB581; }
a { background-color: rgb(204,181,129); }
div.DivClassName
{
background-color: #CCB581;
}
.BgClassName
{
background-color: #CCB581;
}
</style>
border-color css
<style>
span { border-color: #CCB581; }
span { border-color: rgb(204,181,129); }
td.TdClassName
{
border-color: #CCB581;
}
.TagClassName
{
border-color: #CCB581;
}
</style>