#CFACA7

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

Shades of Clam Shell #CFACA7

Tints of Clam Shell #CFACA7

Color information

#CFACA7 (or 0xCFACA7) is unknown color: approx Clam Shell. HEX triplet: CF, AC and A7. RGB value is (207,172,167). Sum of RGB (Red+Green+Blue) = 207+172+167=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACA7 is #305358. Grayscale: #B5B5B5. Windows color (decimal): -3167065 or 10988751. OLE color: 10988751.

HSL color Cylindrical-coordinate representation of color #CFACA7: hue angle of 7.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFACA7 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB207172167-
CMYK00.170.190.19
HSL7.5º29.41%73.33%-
HSV(B)7.5º19.32%81.18%-
XYZ47.4645.5642.85-
YUV181.9119.6145.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=37.91%
G=31.50%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717216700.170.190.197.529.4173.33
HexCFACA7011131381d49
Octal31725424702123231035111
Binary11001111101011001010011101000110011100111000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACA7; }

 p { color: rgb(207,172,167); }

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

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

 a { background-color: rgb(207,172,167); }

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

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

 span { border-color: rgb(207,172,167); }

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