#CBACA6

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

Shades of Clam Shell #CBACA6

Tints of Clam Shell #CBACA6

Color information

#CBACA6 (or 0xCBACA6) is unknown color: approx Clam Shell. HEX triplet: CB, AC and A6. RGB value is (203,172,166). Sum of RGB (Red+Green+Blue) = 203+172+166=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBACA6 is #345359. Grayscale: #B4B4B4. Windows color (decimal): -3429210 or 10923211. OLE color: 10923211.

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

Color convert

RGB203172166-
CMYK00.150.180.20
HSL9.73º26.24%72.35%-
HSV(B)9.73º18.23%79.61%-
XYZ46.2644.9542.32-
YUV180.58119.77143.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 166 (65.23% from 255) = 30.68%
R=37.52%
G=31.79%
B=30.68%

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
Decimal20317216600.150.180.209.7326.2472.35
HexCBACA60F1214a1a48
Octal31325424601722241232110
Binary1100101110101100101001100111110010101001010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACA6; }

 p { color: rgb(203,172,166); }

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

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

 a { background-color: rgb(203,172,166); }

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

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

 span { border-color: rgb(203,172,166); }

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