#CFB6AE

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

Shades of Clam Shell #CFB6AE

Tints of Clam Shell #CFB6AE

Color information

#CFB6AE (or 0xCFB6AE) is unknown color: approx Clam Shell. HEX triplet: CF, B6 and AE. RGB value is (207,182,174). Sum of RGB (Red+Green+Blue) = 207+182+174=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB6AE is #304951. Grayscale: #BCBCBC. Windows color (decimal): -3164498 or 11450063. OLE color: 11450063.

HSL color Cylindrical-coordinate representation of color #CFB6AE: hue angle of 14.55º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFB6AE is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207182174-
CMYK00.120.160.19
HSL14.55º25.58%74.71%-
HSV(B)14.55º15.94%81.18%-
XYZ50.149.7847.01-
YUV188.56119.78141.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 182 (71.48% from 255) = 32.33%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=36.77%
G=32.33%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718217400.120.160.1914.5525.5874.71
HexCFB6AE0C1013f1a4b
Octal31726625601420231732113
Binary1100111110110110101011100110010000100111111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB6AE; }

 p { color: rgb(207,182,174); }

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

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

 a { background-color: rgb(207,182,174); }

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

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

 span { border-color: rgb(207,182,174); }

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