Shades of Clam Shell #CCB7AA
Tints of Clam Shell #CCB7AA
RGB
CMYK
RGB Variations
Color information
#CCB7AA (or 0xCCB7AA) is known color: Clam Shell. HEX triplet: CC, B7 and AA. RGB value is (204,183,170). Sum of RGB (Red+Green+Blue) = 204+183+170=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB7AA is #334855. Grayscale: #BBBBBB. Windows color (decimal): -3360854 or 11188172. OLE color: 11188172.
HSL color Cylindrical-coordinate representation of color #CCB7AA: hue angle of 22.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB7AA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 183 | 170 | - |
CMYK | 0 | 0.10 | 0.17 | 0.2 |
HSL | 22.94º | 0.25% | 0.73% | - |
HSV(B) | 22.94º | 0.17% | 0.8% | - |
XYZ | 49.09 | 49.61 | 45.02 | - |
YUV | 187.8 | 117.96 | 139.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 183 | 170 | 0 | 0.10 | 0.17 | 0.2 | 22.94 | 0.25 | 0.73 |
Hex | CC | B7 | AA | 0 | A | 11 | 14 | 17 | 19 | 49 |
Octal | 314 | 267 | 252 | 0 | 12 | 21 | 24 | 27 | 31 | 111 |
Binary | 11001100 | 10110111 | 10101010 | 0 | 1010 | 10001 | 10100 | 10111 | 11001 | 1001001 |
Color Harmonies of #CCB7AA
Complementary color
Monochromatic Colors of #CCB7AA
Black with #CCB7AA
Text Example
Text Example
White with #CCB7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7AA; }
p { color: rgb(204,183,170); }
H1.HeaderClassName
{
color: #CCB7AA;
}
.AnyTagClassName
{
color: #CCB7AA;
}
</style>
background-color css
<style>
a { background-color: #CCB7AA; }
a { background-color: rgb(204,183,170); }
div.DivClassName
{
background-color: #CCB7AA;
}
.BgClassName
{
background-color: #CCB7AA;
}
</style>
border-color css
<style>
span { border-color: #CCB7AA; }
span { border-color: rgb(204,183,170); }
td.TdClassName
{
border-color: #CCB7AA;
}
.TagClassName
{
border-color: #CCB7AA;
}
</style>