Shades of Yuma #CAB68A
Tints of Yuma #CAB68A
RGB
CMYK
RGB Variations
Color information
#CAB68A (or 0xCAB68A) is known color: Yuma. HEX triplet: CA, B6 and 8A. RGB value is (202,182,138). Sum of RGB (Red+Green+Blue) = 202+182+138=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB68A is #354975. Grayscale: #B7B7B7. Windows color (decimal): -3492214 or 9090762. OLE color: 9090762.
HSL color Cylindrical-coordinate representation of color #CAB68A: hue angle of 41.25º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAB68A is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 138 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.21 |
| HSL | 41.25º | 0.38% | 0.67% | - |
| HSV(B) | 41.25º | 0.32% | 0.79% | - |
| XYZ | 45.67 | 47.85 | 30.87 | - |
| YUV | 182.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 138 | 0 | 0.10 | 0.32 | 0.21 | 41.25 | 0.38 | 0.67 |
| Hex | CA | B6 | 8A | 0 | A | 20 | 15 | 29 | 26 | 43 |
| Octal | 312 | 266 | 212 | 0 | 12 | 40 | 25 | 51 | 46 | 103 |
| Binary | 11001010 | 10110110 | 10001010 | 0 | 1010 | 100000 | 10101 | 101001 | 100110 | 1000011 |
Color Harmonies of #CAB68A
Complementary color
Monochromatic Colors of #CAB68A
Black with #CAB68A
Text Example
Text Example
White with #CAB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB68A; }
p { color: rgb(202,182,138); }
H1.HeaderClassName
{
color: #CAB68A;
}
.AnyTagClassName
{
color: #CAB68A;
}
</style>
background-color css
<style>
a { background-color: #CAB68A; }
a { background-color: rgb(202,182,138); }
div.DivClassName
{
background-color: #CAB68A;
}
.BgClassName
{
background-color: #CAB68A;
}
</style>
border-color css
<style>
span { border-color: #CAB68A; }
span { border-color: rgb(202,182,138); }
td.TdClassName
{
border-color: #CAB68A;
}
.TagClassName
{
border-color: #CAB68A;
}
</style>