Shades of Putty #CCAA7B
Tints of Putty #CCAA7B
RGB
CMYK
RGB Variations
Color information
#CCAA7B (or 0xCCAA7B) is known color: Putty. HEX triplet: CC, AA and 7B. RGB value is (204,170,123). Sum of RGB (Red+Green+Blue) = 204+170+123=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA7B is #335584. Grayscale: #AFAFAF. Windows color (decimal): -3364229 or 8104652. OLE color: 8104652.
HSL color Cylindrical-coordinate representation of color #CCAA7B: hue angle of 34.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCAA7B is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 170 | 123 | - |
CMYK | 0 | 0.17 | 0.40 | 0.2 |
HSL | 34.81º | 0.44% | 0.64% | - |
HSV(B) | 34.81º | 0.4% | 0.8% | - |
XYZ | 42.85 | 43.02 | 24.78 | - |
YUV | 174.81 | 98.76 | 148.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 170 | 123 | 0 | 0.17 | 0.40 | 0.2 | 34.81 | 0.44 | 0.64 |
Hex | CC | AA | 7B | 0 | 11 | 28 | 14 | 23 | 2C | 40 |
Octal | 314 | 252 | 173 | 0 | 21 | 50 | 24 | 43 | 54 | 100 |
Binary | 11001100 | 10101010 | 1111011 | 0 | 10001 | 101000 | 10100 | 100011 | 101100 | 1000000 |
Color Harmonies of #CCAA7B
Complementary color
Monochromatic Colors of #CCAA7B
Black with #CCAA7B
Text Example
Text Example
White with #CCAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA7B; }
p { color: rgb(204,170,123); }
H1.HeaderClassName
{
color: #CCAA7B;
}
.AnyTagClassName
{
color: #CCAA7B;
}
</style>
background-color css
<style>
a { background-color: #CCAA7B; }
a { background-color: rgb(204,170,123); }
div.DivClassName
{
background-color: #CCAA7B;
}
.BgClassName
{
background-color: #CCAA7B;
}
</style>
border-color css
<style>
span { border-color: #CCAA7B; }
span { border-color: rgb(204,170,123); }
td.TdClassName
{
border-color: #CCAA7B;
}
.TagClassName
{
border-color: #CCAA7B;
}
</style>