#CBADA3

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

Shades of Clam Shell #CBADA3

Tints of Clam Shell #CBADA3

Color information

#CBADA3 (or 0xCBADA3) is unknown color: approx Clam Shell. HEX triplet: CB, AD and A3. RGB value is (203,173,163). Sum of RGB (Red+Green+Blue) = 203+173+163=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA3 is #34525C. Grayscale: #B4B4B4. Windows color (decimal): -3428957 or 10726859. OLE color: 10726859.

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

Color convert

RGB203173163-
CMYK00.150.200.20
HSL15º27.78%71.76%-
HSV(B)15º19.7%79.61%-
XYZ46.1845.2340.95-
YUV180.83117.94143.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 173 (67.97% from 255) = 32.10%
BLUE value IS 163 (64.06% from 255) = 30.24%
R=37.66%
G=32.10%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317316300.150.200.201527.7871.76
HexCBADA30F1414f1c48
Octal31325524301724241734110
Binary1100101110101101101000110111110100101001111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADA3; }

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

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

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

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

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

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

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

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