#CFB1AA

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

Shades of Clam Shell #CFB1AA

Tints of Clam Shell #CFB1AA

Color information

#CFB1AA (or 0xCFB1AA) is unknown color: approx Clam Shell. HEX triplet: CF, B1 and AA. RGB value is (207,177,170). Sum of RGB (Red+Green+Blue) = 207+177+170=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB1AA is #304E55. Grayscale: #B9B9B9. Windows color (decimal): -3165782 or 11186639. OLE color: 11186639.

HSL color Cylindrical-coordinate representation of color #CFB1AA: hue angle of 11.35º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB1AA is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207177170-
CMYK00.140.180.19
HSL11.35º27.82%73.92%-
HSV(B)11.35º17.87%81.18%-
XYZ48.7147.6144.65-
YUV185.17119.44143.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=37.36%
G=31.95%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717717000.140.180.1911.3527.8273.92
HexCFB1AA0E1213b1c4a
Octal31726125201622231334112
Binary1100111110110001101010100111010010100111011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1AA; }

 p { color: rgb(207,177,170); }

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

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

 a { background-color: rgb(207,177,170); }

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

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

 span { border-color: rgb(207,177,170); }

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