#CFAFA9

Color #CFAFA9 Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #CFAFA9

Tints of Clam Shell #CFAFA9

Color information

#CFAFA9 (or 0xCFAFA9) is unknown color: approx Clam Shell. HEX triplet: CF, AF and A9. RGB value is (207,175,169). Sum of RGB (Red+Green+Blue) = 207+175+169=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFA9 is #305056. Grayscale: #B7B7B7. Windows color (decimal): -3166295 or 11120591. OLE color: 11120591.

HSL color Cylindrical-coordinate representation of color #CFAFA9: hue angle of 9.47º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFAFA9 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207175169-
CMYK00.150.180.19
HSL9.47º28.36%73.73%-
HSV(B)9.47º18.36%81.18%-
XYZ48.2246.7944.03-
YUV183.88119.6144.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 169 (66.41% from 255) = 30.67%
R=37.57%
G=31.76%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717516900.150.180.199.4728.3673.73
HexCFAFA90F121391c4a
Octal31725725101722231134112
Binary1100111110101111101010010111110010100111001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFA9; }

 p { color: rgb(207,175,169); }

 H1.HeaderClassName
 {
   color: #CFAFA9;
 }
 .AnyTagClassName
 {
   color: #CFAFA9;
 }
</style>
background-color css

<style>
 a { background-color: #CFAFA9; }

 a { background-color: rgb(207,175,169); }

 div.DivClassName
 {
   background-color: #CFAFA9;
 }
 .BgClassName
 {
   background-color: #CFAFA9;
 }
</style>
border-color css

<style>
 span { border-color: #CFAFA9; }

 span { border-color: rgb(207,175,169); }

 td.TdClassName
 {
   border-color: #CFAFA9;
 }
 .TagClassName
 {
   border-color: #CFAFA9;
 }
</style>