#CBB6AD

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

Shades of Clam Shell #CBB6AD

Tints of Clam Shell #CBB6AD

Color information

#CBB6AD (or 0xCBB6AD) is unknown color: approx Clam Shell. HEX triplet: CB, B6 and AD. RGB value is (203,182,173). Sum of RGB (Red+Green+Blue) = 203+182+173=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB6AD is #344952. Grayscale: #BBBBBB. Windows color (decimal): -3426643 or 11384523. OLE color: 11384523.

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

Color convert

RGB203182173-
CMYK00.100.150.20
HSL18º22.39%73.73%-
HSV(B)18º14.78%79.61%-
XYZ48.949.1746.45-
YUV187.25119.96139.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=36.38%
G=32.62%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318217300.100.150.201822.3973.73
HexCBB6AD0AF1412164a
Octal31326625501217242226112
Binary1100101110110110101011010101011111010010010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6AD; }

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

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

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

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

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

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

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

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