Shades of Yuma #CCB57B
Tints of Yuma #CCB57B
RGB
CMYK
RGB Variations
Color information
#CCB57B (or 0xCCB57B) is known color: Yuma. HEX triplet: CC, B5 and 7B. RGB value is (204,181,123). Sum of RGB (Red+Green+Blue) = 204+181+123=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB57B is #334A84. Grayscale: #B5B5B5. Windows color (decimal): -3361413 or 8107468. OLE color: 8107468.
HSL color Cylindrical-coordinate representation of color #CCB57B: hue angle of 42.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB57B is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 123 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.2 |
| HSL | 42.96º | 0.44% | 0.64% | - |
| HSV(B) | 42.96º | 0.4% | 0.8% | - |
| XYZ | 45 | 47.32 | 25.5 | - |
| YUV | 181.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 123 | 0 | 0.11 | 0.40 | 0.2 | 42.96 | 0.44 | 0.64 |
| Hex | CC | B5 | 7B | 0 | B | 28 | 14 | 2B | 2C | 40 |
| Octal | 314 | 265 | 173 | 0 | 13 | 50 | 24 | 53 | 54 | 100 |
| Binary | 11001100 | 10110101 | 1111011 | 0 | 1011 | 101000 | 10100 | 101011 | 101100 | 1000000 |
Color Harmonies of #CCB57B
Complementary color
Monochromatic Colors of #CCB57B
Black with #CCB57B
Text Example
Text Example
White with #CCB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB57B; }
p { color: rgb(204,181,123); }
H1.HeaderClassName
{
color: #CCB57B;
}
.AnyTagClassName
{
color: #CCB57B;
}
</style>
background-color css
<style>
a { background-color: #CCB57B; }
a { background-color: rgb(204,181,123); }
div.DivClassName
{
background-color: #CCB57B;
}
.BgClassName
{
background-color: #CCB57B;
}
</style>
border-color css
<style>
span { border-color: #CCB57B; }
span { border-color: rgb(204,181,123); }
td.TdClassName
{
border-color: #CCB57B;
}
.TagClassName
{
border-color: #CCB57B;
}
</style>