#CFAFA0

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

Shades of Clam Shell #CFAFA0

Tints of Clam Shell #CFAFA0

Color information

#CFAFA0 (or 0xCFAFA0) is unknown color: approx Clam Shell. HEX triplet: CF, AF and A0. RGB value is (207,175,160). Sum of RGB (Red+Green+Blue) = 207+175+160=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAFA0 is #30505F. Grayscale: #B6B6B6. Windows color (decimal): -3166304 or 10530767. OLE color: 10530767.

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

Color convert

RGB207175160-
CMYK00.150.230.19
HSL19.15º32.87%71.96%-
HSV(B)19.15º22.71%81.18%-
XYZ47.4146.4639.73-
YUV182.86115.1145.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=38.19%
G=32.29%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717516000.150.230.1919.1532.8771.96
HexCFAFA00F1713132148
Octal31725724001727232341110
Binary110011111010111110100000011111011110011100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAFA0; }

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

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

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

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

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

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

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

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