#CBADA2

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

Shades of Clam Shell #CBADA2

Tints of Clam Shell #CBADA2

Color information

#CBADA2 (or 0xCBADA2) is unknown color: approx Clam Shell. HEX triplet: CB, AD and A2. RGB value is (203,173,162). Sum of RGB (Red+Green+Blue) = 203+173+162=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA2 is #34525D. Grayscale: #B4B4B4. Windows color (decimal): -3428958 or 10661323. OLE color: 10661323.

HSL color Cylindrical-coordinate representation of color #CBADA2: hue angle of 16.1º 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 #CBADA2 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB203173162-
CMYK00.150.200.20
HSL16.1º28.28%71.57%-
HSV(B)16.1º20.2%79.61%-
XYZ46.0945.1940.48-
YUV180.72117.44143.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 173 (67.97% from 255) = 32.16%
BLUE value IS 162 (63.67% from 255) = 30.11%
R=37.73%
G=32.16%
B=30.11%

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
Decimal20317316200.150.200.2016.128.2871.57
HexCBADA20F1414101c48
Octal31325524201724242034110
Binary11001011101011011010001001111101001010010000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADA2; }

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

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

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

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

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

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

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

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