Shades of Yuma #CCB67F
Tints of Yuma #CCB67F
RGB
CMYK
RGB Variations
Color information
#CCB67F (or 0xCCB67F) is known color: Yuma. HEX triplet: CC, B6 and 7F. RGB value is (204,182,127). Sum of RGB (Red+Green+Blue) = 204+182+127=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB67F is #334980. Grayscale: #B6B6B6. Windows color (decimal): -3361153 or 8369868. OLE color: 8369868.
HSL color Cylindrical-coordinate representation of color #CCB67F: hue angle of 42.86º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCB67F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 127 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.2 |
| HSL | 42.86º | 0.43% | 0.65% | - |
| HSV(B) | 42.86º | 0.38% | 0.8% | - |
| XYZ | 45.46 | 47.83 | 26.91 | - |
| YUV | 182.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 127 | 0 | 0.11 | 0.38 | 0.2 | 42.86 | 0.43 | 0.65 |
| Hex | CC | B6 | 7F | 0 | B | 26 | 14 | 2B | 2B | 41 |
| Octal | 314 | 266 | 177 | 0 | 13 | 46 | 24 | 53 | 53 | 101 |
| Binary | 11001100 | 10110110 | 1111111 | 0 | 1011 | 100110 | 10100 | 101011 | 101011 | 1000001 |
Color Harmonies of #CCB67F
Complementary color
Monochromatic Colors of #CCB67F
Black with #CCB67F
Text Example
Text Example
White with #CCB67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB67F; }
p { color: rgb(204,182,127); }
H1.HeaderClassName
{
color: #CCB67F;
}
.AnyTagClassName
{
color: #CCB67F;
}
</style>
background-color css
<style>
a { background-color: #CCB67F; }
a { background-color: rgb(204,182,127); }
div.DivClassName
{
background-color: #CCB67F;
}
.BgClassName
{
background-color: #CCB67F;
}
</style>
border-color css
<style>
span { border-color: #CCB67F; }
span { border-color: rgb(204,182,127); }
td.TdClassName
{
border-color: #CCB67F;
}
.TagClassName
{
border-color: #CCB67F;
}
</style>