Shades of Yuma #CCB67B
Tints of Yuma #CCB67B
RGB
CMYK
RGB Variations
Color information
#CCB67B (or 0xCCB67B) is known color: Yuma. HEX triplet: CC, B6 and 7B. RGB value is (204,182,123). Sum of RGB (Red+Green+Blue) = 204+182+123=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB67B is #334984. Grayscale: #B6B6B6. Windows color (decimal): -3361157 or 8107724. OLE color: 8107724.
HSL color Cylindrical-coordinate representation of color #CCB67B: hue angle of 43.7º 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 #CCB67B is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 123 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.2 |
| HSL | 43.7º | 0.44% | 0.64% | - |
| HSV(B) | 43.7º | 0.4% | 0.8% | - |
| XYZ | 45.2 | 47.72 | 25.57 | - |
| YUV | 181.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 123 | 0 | 0.11 | 0.40 | 0.2 | 43.7 | 0.44 | 0.64 |
| Hex | CC | B6 | 7B | 0 | B | 28 | 14 | 2C | 2C | 40 |
| Octal | 314 | 266 | 173 | 0 | 13 | 50 | 24 | 54 | 54 | 100 |
| Binary | 11001100 | 10110110 | 1111011 | 0 | 1011 | 101000 | 10100 | 101100 | 101100 | 1000000 |
Color Harmonies of #CCB67B
Complementary color
Monochromatic Colors of #CCB67B
Black with #CCB67B
Text Example
Text Example
White with #CCB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB67B; }
p { color: rgb(204,182,123); }
H1.HeaderClassName
{
color: #CCB67B;
}
.AnyTagClassName
{
color: #CCB67B;
}
</style>
background-color css
<style>
a { background-color: #CCB67B; }
a { background-color: rgb(204,182,123); }
div.DivClassName
{
background-color: #CCB67B;
}
.BgClassName
{
background-color: #CCB67B;
}
</style>
border-color css
<style>
span { border-color: #CCB67B; }
span { border-color: rgb(204,182,123); }
td.TdClassName
{
border-color: #CCB67B;
}
.TagClassName
{
border-color: #CCB67B;
}
</style>