Shades of Putty #CAB067
Tints of Putty #CAB067
RGB
CMYK
RGB Variations
Color information
#CAB067 (or 0xCAB067) is known color: Putty. HEX triplet: CA, B0 and 67. RGB value is (202,176,103). Sum of RGB (Red+Green+Blue) = 202+176+103=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB067 is #354F98. Grayscale: #AFAFAF. Windows color (decimal): -3493785 or 6795466. OLE color: 6795466.
HSL color Cylindrical-coordinate representation of color #CAB067: hue angle of 44.24º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAB067 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 176 | 103 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.21 |
| HSL | 44.24º | 0.48% | 0.6% | - |
| HSV(B) | 44.24º | 0.49% | 0.79% | - |
| XYZ | 42.33 | 44.59 | 19.21 | - |
| YUV | 175.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 103 | 0 | 0.13 | 0.49 | 0.21 | 44.24 | 0.48 | 0.6 |
| Hex | CA | B0 | 67 | 0 | D | 31 | 15 | 2C | 30 | 3C |
| Octal | 312 | 260 | 147 | 0 | 15 | 61 | 25 | 54 | 60 | 74 |
| Binary | 11001010 | 10110000 | 1100111 | 0 | 1101 | 110001 | 10101 | 101100 | 110000 | 111100 |
Color Harmonies of #CAB067
Complementary color
Monochromatic Colors of #CAB067
Black with #CAB067
Text Example
Text Example
White with #CAB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB067; }
p { color: rgb(202,176,103); }
H1.HeaderClassName
{
color: #CAB067;
}
.AnyTagClassName
{
color: #CAB067;
}
</style>
background-color css
<style>
a { background-color: #CAB067; }
a { background-color: rgb(202,176,103); }
div.DivClassName
{
background-color: #CAB067;
}
.BgClassName
{
background-color: #CAB067;
}
</style>
border-color css
<style>
span { border-color: #CAB067; }
span { border-color: rgb(202,176,103); }
td.TdClassName
{
border-color: #CAB067;
}
.TagClassName
{
border-color: #CAB067;
}
</style>