#CBADA6

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

Shades of Clam Shell #CBADA6

Tints of Clam Shell #CBADA6

Color information

#CBADA6 (or 0xCBADA6) is unknown color: approx Clam Shell. HEX triplet: CB, AD and A6. RGB value is (203,173,166). Sum of RGB (Red+Green+Blue) = 203+173+166=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA6 is #345259. Grayscale: #B5B5B5. Windows color (decimal): -3428954 or 10923467. OLE color: 10923467.

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

Color convert

RGB203173166-
CMYK00.150.180.20
HSL11.35º26.24%72.35%-
HSV(B)11.35º18.23%79.61%-
XYZ46.4645.3442.38-
YUV181.17119.44143.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 166 (65.23% from 255) = 30.63%
R=37.45%
G=31.92%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317316600.150.180.2011.3526.2472.35
HexCBADA60F1214b1a48
Octal31325524601722241332110
Binary1100101110101101101001100111110010101001011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADA6; }

 p { color: rgb(203,173,166); }

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

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

 a { background-color: rgb(203,173,166); }

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

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

 span { border-color: rgb(203,173,166); }

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