Shades of Yuma #CCB47B
Tints of Yuma #CCB47B
RGB
CMYK
RGB Variations
Color information
#CCB47B (or 0xCCB47B) is known color: Yuma. HEX triplet: CC, B4 and 7B. RGB value is (204,180,123). Sum of RGB (Red+Green+Blue) = 204+180+123=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB47B is #334B84. Grayscale: #B4B4B4. Windows color (decimal): -3361669 or 8107212. OLE color: 8107212.
HSL color Cylindrical-coordinate representation of color #CCB47B: hue angle of 42.22º 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 #CCB47B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 123 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.2 |
| HSL | 42.22º | 0.44% | 0.64% | - |
| HSV(B) | 42.22º | 0.4% | 0.8% | - |
| XYZ | 44.8 | 46.91 | 25.43 | - |
| YUV | 180.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 123 | 0 | 0.12 | 0.40 | 0.2 | 42.22 | 0.44 | 0.64 |
| Hex | CC | B4 | 7B | 0 | C | 28 | 14 | 2A | 2C | 40 |
| Octal | 314 | 264 | 173 | 0 | 14 | 50 | 24 | 52 | 54 | 100 |
| Binary | 11001100 | 10110100 | 1111011 | 0 | 1100 | 101000 | 10100 | 101010 | 101100 | 1000000 |
Color Harmonies of #CCB47B
Complementary color
Monochromatic Colors of #CCB47B
Black with #CCB47B
Text Example
Text Example
White with #CCB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB47B; }
p { color: rgb(204,180,123); }
H1.HeaderClassName
{
color: #CCB47B;
}
.AnyTagClassName
{
color: #CCB47B;
}
</style>
background-color css
<style>
a { background-color: #CCB47B; }
a { background-color: rgb(204,180,123); }
div.DivClassName
{
background-color: #CCB47B;
}
.BgClassName
{
background-color: #CCB47B;
}
</style>
border-color css
<style>
span { border-color: #CCB47B; }
span { border-color: rgb(204,180,123); }
td.TdClassName
{
border-color: #CCB47B;
}
.TagClassName
{
border-color: #CCB47B;
}
</style>