#CBAEA7

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

Shades of Clam Shell #CBAEA7

Tints of Clam Shell #CBAEA7

Color information

#CBAEA7 (or 0xCBAEA7) is unknown color: approx Clam Shell. HEX triplet: CB, AE and A7. RGB value is (203,174,167). Sum of RGB (Red+Green+Blue) = 203+174+167=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEA7 is #345158. Grayscale: #B5B5B5. Windows color (decimal): -3428697 or 10989259. OLE color: 10989259.

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

Color convert

RGB203174167-
CMYK00.140.180.20
HSL11.67º25.71%72.55%-
HSV(B)11.67º17.73%79.61%-
XYZ46.7445.7642.93-
YUV181.87119.61143.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.32%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 167 (65.62% from 255) = 30.70%
R=37.32%
G=31.99%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317416700.140.180.2011.6725.7172.55
HexCBAEA70E1214c1a49
Octal31325624701622241432111
Binary1100101110101110101001110111010010101001100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEA7; }

 p { color: rgb(203,174,167); }

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

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

 a { background-color: rgb(203,174,167); }

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

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

 span { border-color: rgb(203,174,167); }

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