Shades of Yuma #CABB75
Tints of Yuma #CABB75
RGB
CMYK
RGB Variations
Color information
#CABB75 (or 0xCABB75) is known color: Yuma. HEX triplet: CA, BB and 75. RGB value is (202,187,117). Sum of RGB (Red+Green+Blue) = 202+187+117=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB75 is #35448A. Grayscale: #B7B7B7. Windows color (decimal): -3490955 or 7715786. OLE color: 7715786.
HSL color Cylindrical-coordinate representation of color #CABB75: hue angle of 49.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CABB75 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 117 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.21 |
| HSL | 49.41º | 0.45% | 0.63% | - |
| HSV(B) | 49.41º | 0.42% | 0.79% | - |
| XYZ | 45.34 | 49.38 | 23.97 | - |
| YUV | 183.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 117 | 0 | 0.07 | 0.42 | 0.21 | 49.41 | 0.45 | 0.63 |
| Hex | CA | BB | 75 | 0 | 7 | 2A | 15 | 31 | 2D | 3F |
| Octal | 312 | 273 | 165 | 0 | 7 | 52 | 25 | 61 | 55 | 77 |
| Binary | 11001010 | 10111011 | 1110101 | 0 | 111 | 101010 | 10101 | 110001 | 101101 | 111111 |
Color Harmonies of #CABB75
Complementary color
Monochromatic Colors of #CABB75
Black with #CABB75
Text Example
Text Example
White with #CABB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB75; }
p { color: rgb(202,187,117); }
H1.HeaderClassName
{
color: #CABB75;
}
.AnyTagClassName
{
color: #CABB75;
}
</style>
background-color css
<style>
a { background-color: #CABB75; }
a { background-color: rgb(202,187,117); }
div.DivClassName
{
background-color: #CABB75;
}
.BgClassName
{
background-color: #CABB75;
}
</style>
border-color css
<style>
span { border-color: #CABB75; }
span { border-color: rgb(202,187,117); }
td.TdClassName
{
border-color: #CABB75;
}
.TagClassName
{
border-color: #CABB75;
}
</style>