#CBAFA9

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

Shades of Clam Shell #CBAFA9

Tints of Clam Shell #CBAFA9

Color information

#CBAFA9 (or 0xCBAFA9) is unknown color: approx Clam Shell. HEX triplet: CB, AF and A9. RGB value is (203,175,169). Sum of RGB (Red+Green+Blue) = 203+175+169=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAFA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAFA9 is #345056. Grayscale: #B6B6B6. Windows color (decimal): -3428439 or 11120587. OLE color: 11120587.

HSL color Cylindrical-coordinate representation of color #CBAFA9: hue angle of 10.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBAFA9 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203175169-
CMYK00.140.170.20
HSL10.59º24.64%72.94%-
HSV(B)10.59º16.75%79.61%-
XYZ47.1246.2243.97-
YUV182.69120.28142.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=37.11%
G=31.99%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317516900.140.170.2010.5924.6472.94
HexCBAFA90E1114b1949
Octal31325725101621241331111
Binary1100101110101111101010010111010001101001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFA9; }

 p { color: rgb(203,175,169); }

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

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

 a { background-color: rgb(203,175,169); }

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

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

 span { border-color: rgb(203,175,169); }

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