#CBADA7

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

Shades of Clam Shell #CBADA7

Tints of Clam Shell #CBADA7

Color information

#CBADA7 (or 0xCBADA7) is unknown color: approx Clam Shell. HEX triplet: CB, AD and A7. RGB value is (203,173,167). Sum of RGB (Red+Green+Blue) = 203+173+167=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBADA7 is #345258. Grayscale: #B5B5B5. Windows color (decimal): -3428953 or 10989003. OLE color: 10989003.

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

Color convert

RGB203173167-
CMYK00.150.180.20
HSL10º25.71%72.55%-
HSV(B)10º17.73%79.61%-
XYZ46.5545.3742.86-
YUV181.29119.94143.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=37.38%
G=31.86%
B=30.76%

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
Decimal20317316700.150.180.201025.7172.55
HexCBADA70F1214a1a49
Octal31325524701722241232111
Binary1100101110101101101001110111110010101001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADA7; }

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

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

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

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

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

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

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

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