#CFB0A5

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

Shades of Clam Shell #CFB0A5

Tints of Clam Shell #CFB0A5

Color information

#CFB0A5 (or 0xCFB0A5) is unknown color: approx Clam Shell. HEX triplet: CF, B0 and A5. RGB value is (207,176,165). Sum of RGB (Red+Green+Blue) = 207+176+165=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0A5 is #304F5A. Grayscale: #B8B8B8. Windows color (decimal): -3166043 or 10858703. OLE color: 10858703.

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

Color convert

RGB207176165-
CMYK00.150.200.19
HSL15.71º30.43%72.94%-
HSV(B)15.71º20.29%81.18%-
XYZ48.0547.0342.14-
YUV184.02117.27144.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 165 (64.84% from 255) = 30.11%
R=37.77%
G=32.12%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717616500.150.200.1915.7130.4372.94
HexCFB0A50F1413101e49
Octal31726024501724232036111
Binary11001111101100001010010101111101001001110000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0A5; }

 p { color: rgb(207,176,165); }

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

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

 a { background-color: rgb(207,176,165); }

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

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

 span { border-color: rgb(207,176,165); }

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