#CFB4AD

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

Shades of Clam Shell #CFB4AD

Tints of Clam Shell #CFB4AD

Color information

#CFB4AD (or 0xCFB4AD) is unknown color: approx Clam Shell. HEX triplet: CF, B4 and AD. RGB value is (207,180,173). Sum of RGB (Red+Green+Blue) = 207+180+173=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB4AD is #304B52. Grayscale: #BBBBBB. Windows color (decimal): -3165011 or 11384015. OLE color: 11384015.

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

Color convert

RGB207180173-
CMYK00.130.160.19
HSL12.35º26.15%74.51%-
HSV(B)12.35º16.43%81.18%-
XYZ49.648.9346.36-
YUV187.28119.95142.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=36.96%
G=32.14%
B=30.89%

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
Decimal20718017300.130.160.1912.3526.1574.51
HexCFB4AD0D1013c1a4b
Octal31726425501520231432113
Binary1100111110110100101011010110110000100111100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4AD; }

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

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

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

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

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

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

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

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