Shades of Clam Shell #CCAFA5
Tints of Clam Shell #CCAFA5
RGB
CMYK
RGB Variations
Color information
#CCAFA5 (or 0xCCAFA5) is known color: Clam Shell. HEX triplet: CC, AF and A5. RGB value is (204,175,165). Sum of RGB (Red+Green+Blue) = 204+175+165=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFA5 is #33505A. Grayscale: #B6B6B6. Windows color (decimal): -3362907 or 10858444. OLE color: 10858444.
HSL color Cylindrical-coordinate representation of color #CCAFA5: hue angle of 15.38º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCAFA5 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 165 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.2 |
| HSL | 15.38º | 0.28% | 0.72% | - |
| HSV(B) | 15.38º | 0.19% | 0.8% | - |
| XYZ | 47.02 | 46.21 | 42.04 | - |
| YUV | 182.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 165 | 0 | 0.14 | 0.19 | 0.2 | 15.38 | 0.28 | 0.72 |
| Hex | CC | AF | A5 | 0 | E | 13 | 14 | F | 1C | 48 |
| Octal | 314 | 257 | 245 | 0 | 16 | 23 | 24 | 17 | 34 | 110 |
| Binary | 11001100 | 10101111 | 10100101 | 0 | 1110 | 10011 | 10100 | 1111 | 11100 | 1001000 |
Color Harmonies of #CCAFA5
Complementary color
Monochromatic Colors of #CCAFA5
Black with #CCAFA5
Text Example
Text Example
White with #CCAFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFA5; }
p { color: rgb(204,175,165); }
H1.HeaderClassName
{
color: #CCAFA5;
}
.AnyTagClassName
{
color: #CCAFA5;
}
</style>
background-color css
<style>
a { background-color: #CCAFA5; }
a { background-color: rgb(204,175,165); }
div.DivClassName
{
background-color: #CCAFA5;
}
.BgClassName
{
background-color: #CCAFA5;
}
</style>
border-color css
<style>
span { border-color: #CCAFA5; }
span { border-color: rgb(204,175,165); }
td.TdClassName
{
border-color: #CCAFA5;
}
.TagClassName
{
border-color: #CCAFA5;
}
</style>