Shades of Tacha #CABB6B
Tints of Tacha #CABB6B
RGB
CMYK
RGB Variations
Color information
#CABB6B (or 0xCABB6B) is known color: Tacha. HEX triplet: CA, BB and 6B. RGB value is (202,187,107). Sum of RGB (Red+Green+Blue) = 202+187+107=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB6B is #354494. Grayscale: #B6B6B6. Windows color (decimal): -3490965 or 7060426. OLE color: 7060426.
HSL color Cylindrical-coordinate representation of color #CABB6B: hue angle of 50.53º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CABB6B is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 187 | 107 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.21 |
| HSL | 50.53º | 0.47% | 0.61% | - |
| HSV(B) | 50.53º | 0.47% | 0.79% | - |
| XYZ | 44.78 | 49.16 | 21.04 | - |
| YUV | 182.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 107 | 0 | 0.07 | 0.47 | 0.21 | 50.53 | 0.47 | 0.61 |
| Hex | CA | BB | 6B | 0 | 7 | 2F | 15 | 33 | 2F | 3D |
| Octal | 312 | 273 | 153 | 0 | 7 | 57 | 25 | 63 | 57 | 75 |
| Binary | 11001010 | 10111011 | 1101011 | 0 | 111 | 101111 | 10101 | 110011 | 101111 | 111101 |
Color Harmonies of #CABB6B
Complementary color
Monochromatic Colors of #CABB6B
Black with #CABB6B
Text Example
Text Example
White with #CABB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABB6B; }
p { color: rgb(202,187,107); }
H1.HeaderClassName
{
color: #CABB6B;
}
.AnyTagClassName
{
color: #CABB6B;
}
</style>
background-color css
<style>
a { background-color: #CABB6B; }
a { background-color: rgb(202,187,107); }
div.DivClassName
{
background-color: #CABB6B;
}
.BgClassName
{
background-color: #CABB6B;
}
</style>
border-color css
<style>
span { border-color: #CABB6B; }
span { border-color: rgb(202,187,107); }
td.TdClassName
{
border-color: #CABB6B;
}
.TagClassName
{
border-color: #CABB6B;
}
</style>