#CFB5AD

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

Shades of Clam Shell #CFB5AD

Tints of Clam Shell #CFB5AD

Color information

#CFB5AD (or 0xCFB5AD) is unknown color: approx Clam Shell. HEX triplet: CF, B5 and AD. RGB value is (207,181,173). Sum of RGB (Red+Green+Blue) = 207+181+173=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB5AD is #304A52. Grayscale: #BBBBBB. Windows color (decimal): -3164755 or 11384271. OLE color: 11384271.

HSL color Cylindrical-coordinate representation of color #CFB5AD: hue angle of 14.12º 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 #CFB5AD is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207181173-
CMYK00.130.160.19
HSL14.12º26.15%74.51%-
HSV(B)14.12º16.43%81.18%-
XYZ49.849.3346.43-
YUV187.86119.61141.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 173 (67.97% from 255) = 30.84%
R=36.90%
G=32.26%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718117300.130.160.1914.1226.1574.51
HexCFB5AD0D1013e1a4b
Octal31726525501520231632113
Binary1100111110110101101011010110110000100111110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5AD; }

 p { color: rgb(207,181,173); }

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

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

 a { background-color: rgb(207,181,173); }

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

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

 span { border-color: rgb(207,181,173); }

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