Shades of Putty #CAB07B
Tints of Putty #CAB07B
RGB
CMYK
RGB Variations
Color information
#CAB07B (or 0xCAB07B) is known color: Putty. HEX triplet: CA, B0 and 7B. RGB value is (202,176,123). Sum of RGB (Red+Green+Blue) = 202+176+123=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB07B is #354F84. Grayscale: #B1B1B1. Windows color (decimal): -3493765 or 8106186. OLE color: 8106186.
HSL color Cylindrical-coordinate representation of color #CAB07B: hue angle of 40.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAB07B is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 123 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.21 |
| HSL | 40.25º | 0.43% | 0.64% | - |
| HSV(B) | 40.25º | 0.39% | 0.79% | - |
| XYZ | 43.46 | 45.04 | 25.14 | - |
| YUV | 177.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 123 | 0 | 0.13 | 0.39 | 0.21 | 40.25 | 0.43 | 0.64 |
| Hex | CA | B0 | 7B | 0 | D | 27 | 15 | 28 | 2B | 40 |
| Octal | 312 | 260 | 173 | 0 | 15 | 47 | 25 | 50 | 53 | 100 |
| Binary | 11001010 | 10110000 | 1111011 | 0 | 1101 | 100111 | 10101 | 101000 | 101011 | 1000000 |
Color Harmonies of #CAB07B
Complementary color
Monochromatic Colors of #CAB07B
Black with #CAB07B
Text Example
Text Example
White with #CAB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB07B; }
p { color: rgb(202,176,123); }
H1.HeaderClassName
{
color: #CAB07B;
}
.AnyTagClassName
{
color: #CAB07B;
}
</style>
background-color css
<style>
a { background-color: #CAB07B; }
a { background-color: rgb(202,176,123); }
div.DivClassName
{
background-color: #CAB07B;
}
.BgClassName
{
background-color: #CAB07B;
}
</style>
border-color css
<style>
span { border-color: #CAB07B; }
span { border-color: rgb(202,176,123); }
td.TdClassName
{
border-color: #CAB07B;
}
.TagClassName
{
border-color: #CAB07B;
}
</style>