#CBB0A4

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

Shades of Clam Shell #CBB0A4

Tints of Clam Shell #CBB0A4

Color information

#CBB0A4 (or 0xCBB0A4) is unknown color: approx Clam Shell. HEX triplet: CB, B0 and A4. RGB value is (203,176,164). Sum of RGB (Red+Green+Blue) = 203+176+164=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB0A4 is #344F5B. Grayscale: #B6B6B6. Windows color (decimal): -3428188 or 10793163. OLE color: 10793163.

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

Color convert

RGB203176164-
CMYK00.130.190.20
HSL18.46º27.27%71.96%-
HSV(B)18.46º19.21%79.61%-
XYZ46.8546.4341.61-
YUV182.7117.45142.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 176 (69.14% from 255) = 32.41%
BLUE value IS 164 (64.45% from 255) = 30.20%
R=37.38%
G=32.41%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317616400.130.190.2018.4627.2771.96
HexCBB0A40D1314121b48
Octal31326024401523242233110
Binary11001011101100001010010001101100111010010010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0A4; }

 p { color: rgb(203,176,164); }

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

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

 a { background-color: rgb(203,176,164); }

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

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

 span { border-color: rgb(203,176,164); }

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